RosHostProps
Properties for defining a RosHost.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-bastionhost-host
Initializer
using AlibabaCloud.SDK.ROS.CDK.Bastionhost;
new RosHostProps {
object ActiveAddressType,
object HostName,
object InstanceId,
object OsType,
object Source,
object Comment = null,
object HostPrivateAddress = null,
object HostPublicAddress = null,
object InstanceRegionId = null,
object SourceInstanceId = null
};
Properties
| Name | Type | Description |
|---|---|---|
ActiveAddressType |
object |
No description. |
HostName |
object |
No description. |
InstanceId |
object |
No description. |
OsType |
object |
No description. |
Source |
object |
No description. |
Comment |
object |
No description. |
HostPrivateAddress |
object |
No description. |
HostPublicAddress |
object |
No description. |
InstanceRegionId |
object |
No description. |
SourceInstanceId |
object |
No description. |
ActiveAddressTypeRequired
public object ActiveAddressType { get; set; }
- Type: object
HostNameRequired
public object HostName { get; set; }
- Type: object
InstanceIdRequired
public object InstanceId { get; set; }
- Type: object
OsTypeRequired
public object OsType { get; set; }
- Type: object
SourceRequired
public object Source { get; set; }
- Type: object
CommentOptional
public object Comment { get; set; }
- Type: object
HostPrivateAddressOptional
public object HostPrivateAddress { get; set; }
- Type: object
HostPublicAddressOptional
public object HostPublicAddress { get; set; }
- Type: object
InstanceRegionIdOptional
public object InstanceRegionId { get; set; }
- Type: object
SourceInstanceIdOptional
public object SourceInstanceId { get; set; }
- Type: object