Skip to content

RosNodesProps

Properties for defining a RosNodes.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ehpc-nodes

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkehpc/datasource"
&datasource.RosNodesProps {
    ClusterId: interface{},
    HostName: interface{},
    HostNamePrefix: interface{},
    HostNameSuffix: interface{},
    PrivateIpAddress: interface{},
    RefreshOptions: interface{},
    Role: interface{},
}

Properties

Name Type Description
ClusterId interface{} No description.
HostName interface{} No description.
HostNamePrefix interface{} No description.
HostNameSuffix interface{} No description.
PrivateIpAddress interface{} No description.
RefreshOptions interface{} No description.
Role interface{} No description.

ClusterIdRequired

ClusterId interface{}
  • Type: interface{}

HostNameOptional

HostName interface{}
  • Type: interface{}

HostNamePrefixOptional

HostNamePrefix interface{}
  • Type: interface{}

HostNameSuffixOptional

HostNameSuffix interface{}
  • Type: interface{}

PrivateIpAddressOptional

PrivateIpAddress interface{}
  • Type: interface{}

RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

RoleOptional

Role interface{}
  • Type: interface{}