RosHostProps
Properties for defining a RosHost
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-bastionhost-host
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkbastionhost"
&alicloudroscdkbastionhost.RosHostProps {
ActiveAddressType: interface{},
HostName: interface{},
InstanceId: interface{},
OsType: interface{},
Source: interface{},
Comment: interface{},
HostPrivateAddress: interface{},
HostPublicAddress: interface{},
InstanceRegionId: interface{},
SourceInstanceId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
ActiveAddressType |
interface{} |
No description. |
HostName |
interface{} |
No description. |
InstanceId |
interface{} |
No description. |
OsType |
interface{} |
No description. |
Source |
interface{} |
No description. |
Comment |
interface{} |
No description. |
HostPrivateAddress |
interface{} |
No description. |
HostPublicAddress |
interface{} |
No description. |
InstanceRegionId |
interface{} |
No description. |
SourceInstanceId |
interface{} |
No description. |
ActiveAddressType
Required
ActiveAddressType interface{}
- Type: interface{}
HostName
Required
HostName interface{}
- Type: interface{}
InstanceId
Required
InstanceId interface{}
- Type: interface{}
OsType
Required
OsType interface{}
- Type: interface{}
Source
Required
Source interface{}
- Type: interface{}
Comment
Optional
Comment interface{}
- Type: interface{}
HostPrivateAddress
Optional
HostPrivateAddress interface{}
- Type: interface{}
HostPublicAddress
Optional
HostPublicAddress interface{}
- Type: interface{}
InstanceRegionId
Optional
InstanceRegionId interface{}
- Type: interface{}
SourceInstanceId
Optional
SourceInstanceId interface{}
- Type: interface{}