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
SecurityGroupIdRequired
public object SecurityGroupId { get; set; }
VpcIdRequired
public object VpcId { get; set; }
ZoneIdRequired
public object ZoneId { get; set; }
KeyPairNameOptional
public object KeyPairName { get; set; }
MasterRootPasswordOptional
public object MasterRootPassword { get; set; }
RamRoleOptional
public object RamRole { get; set; }