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. |
SecurityGroupId
Required
SecurityGroupId interface{}
- Type: interface{}
VpcId
Required
VpcId interface{}
- Type: interface{}
ZoneId
Required
ZoneId interface{}
- Type: interface{}
KeyPairName
Optional
KeyPairName interface{}
- Type: interface{}
MasterRootPassword
Optional
MasterRootPassword interface{}
- Type: interface{}
RamRole
Optional
RamRole interface{}
- Type: interface{}