Skip to content

NodeAttributesProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkemr"
&alicloudroscdkemr.NodeAttributesProperty {
    SecurityGroupId: interface{},
    VpcId: interface{},
    ZoneId: interface{},
    KeyPairName: interface{},
    MasterRootPassword: interface{},
    RamRole: interface{},
}

Properties

Name Type Description
SecurityGroupId interface{} No description.
VpcId interface{} No description.
ZoneId interface{} No description.
KeyPairName interface{} No description.
MasterRootPassword interface{} No description.
RamRole interface{} No description.

SecurityGroupIdRequired

SecurityGroupId interface{}
  • Type: interface{}

VpcIdRequired

VpcId interface{}
  • Type: interface{}

ZoneIdRequired

ZoneId interface{}
  • Type: interface{}

KeyPairNameOptional

KeyPairName interface{}
  • Type: interface{}

MasterRootPasswordOptional

MasterRootPassword interface{}
  • Type: interface{}

RamRoleOptional

RamRole interface{}
  • Type: interface{}