Skip to content

RosNodesProps

Properties for defining a RosNodes.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ehpc;
new RosNodesProps {
    object ClusterId,
    object HostName = null,
    object HostNamePrefix = null,
    object HostNameSuffix = null,
    object PrivateIpAddress = null,
    object RefreshOptions = null,
    object Role = null
};

Properties

Name Type Description
ClusterId object No description.
HostName object No description.
HostNamePrefix object No description.
HostNameSuffix object No description.
PrivateIpAddress object No description.
RefreshOptions object No description.
Role object No description.

ClusterIdRequired

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

HostNameOptional

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

HostNamePrefixOptional

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

HostNameSuffixOptional

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

PrivateIpAddressOptional

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

RefreshOptionsOptional

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

RoleOptional

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