Skip to content

NodeAttributesProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Emr;
new NodeAttributesProperty {
    object SecurityGroupId,
    object VpcId,
    object ZoneId,
    object KeyPairName = null,
    object MasterRootPassword = null,
    object RamRole = null
};

Properties

Name Type Description
SecurityGroupId object No description.
VpcId object No description.
ZoneId object No description.
KeyPairName object No description.
MasterRootPassword object No description.
RamRole object No description.

SecurityGroupIdRequired

public object SecurityGroupId { get; set; }
  • Type: object

VpcIdRequired

public object VpcId { get; set; }
  • Type: object

ZoneIdRequired

public object ZoneId { get; set; }
  • Type: object

KeyPairNameOptional

public object KeyPairName { get; set; }
  • Type: object

MasterRootPasswordOptional

public object MasterRootPassword { get; set; }
  • Type: object

RamRoleOptional

public object RamRole { get; set; }
  • Type: object