Skip to content

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.

ActiveAddressTypeRequired

ActiveAddressType interface{}
  • Type: interface{}

HostNameRequired

HostName interface{}
  • Type: interface{}

InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

OsTypeRequired

OsType interface{}
  • Type: interface{}

SourceRequired

Source interface{}
  • Type: interface{}

CommentOptional

Comment interface{}
  • Type: interface{}

HostPrivateAddressOptional

HostPrivateAddress interface{}
  • Type: interface{}

HostPublicAddressOptional

HostPublicAddress interface{}
  • Type: interface{}

InstanceRegionIdOptional

InstanceRegionId interface{}
  • Type: interface{}

SourceInstanceIdOptional

SourceInstanceId interface{}
  • Type: interface{}