RosInstancesProps
Properties for defining a RosInstances.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-instances
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs/datasource"
&datasource.RosInstancesProps {
AdditionalAttributes: interface{},
EipAddresses: interface{},
Filters: interface{},
HpcClusterId: interface{},
ImageId: interface{},
InnerIpAddresses: interface{},
InstanceChargeType: interface{},
InstanceId: interface{},
InstanceIds: interface{},
InstanceName: interface{},
InstanceNetworkType: interface{},
InstanceType: interface{},
InstanceTypeFamily: interface{},
InternetChargeType: interface{},
IoOptimized: interface{},
Ipv6Address: interface{},
KeyPairName: interface{},
PrivateIpAddresses: interface{},
PublicIpAddresses: interface{},
RdmaIpAddresses: interface{},
RefreshOptions: interface{},
ResourceGroupId: interface{},
SecurityGroupId: interface{},
Status: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.datasource.RosInstances.TagsProperty,
VpcId: interface{},
VSwitchId: interface{},
ZoneId: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
AdditionalAttributes |
interface{} |
No description. |
EipAddresses |
interface{} |
No description. |
Filters |
interface{} |
No description. |
HpcClusterId |
interface{} |
No description. |
ImageId |
interface{} |
No description. |
InnerIpAddresses |
interface{} |
No description. |
InstanceChargeType |
interface{} |
No description. |
InstanceId |
interface{} |
No description. |
InstanceIds |
interface{} |
No description. |
InstanceName |
interface{} |
No description. |
InstanceNetworkType |
interface{} |
No description. |
InstanceType |
interface{} |
No description. |
InstanceTypeFamily |
interface{} |
No description. |
InternetChargeType |
interface{} |
No description. |
IoOptimized |
interface{} |
No description. |
Ipv6Address |
interface{} |
No description. |
KeyPairName |
interface{} |
No description. |
PrivateIpAddresses |
interface{} |
No description. |
PublicIpAddresses |
interface{} |
No description. |
RdmaIpAddresses |
interface{} |
No description. |
RefreshOptions |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
SecurityGroupId |
interface{} |
No description. |
Status |
interface{} |
No description. |
Tags |
*[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.datasource.RosInstances.TagsProperty |
No description. |
VpcId |
interface{} |
No description. |
VSwitchId |
interface{} |
No description. |
ZoneId |
interface{} |
No description. |
AdditionalAttributesOptional
AdditionalAttributes interface{}
- Type: interface{}
EipAddressesOptional
EipAddresses interface{}
- Type: interface{}
FiltersOptional
Filters interface{}
- Type: interface{}
HpcClusterIdOptional
HpcClusterId interface{}
- Type: interface{}
ImageIdOptional
ImageId interface{}
- Type: interface{}
InnerIpAddressesOptional
InnerIpAddresses interface{}
- Type: interface{}
InstanceChargeTypeOptional
InstanceChargeType interface{}
- Type: interface{}
InstanceIdOptional
InstanceId interface{}
- Type: interface{}
InstanceIdsOptional
InstanceIds interface{}
- Type: interface{}
InstanceNameOptional
InstanceName interface{}
- Type: interface{}
InstanceNetworkTypeOptional
InstanceNetworkType interface{}
- Type: interface{}
InstanceTypeOptional
InstanceType interface{}
- Type: interface{}
InstanceTypeFamilyOptional
InstanceTypeFamily interface{}
- Type: interface{}
InternetChargeTypeOptional
InternetChargeType interface{}
- Type: interface{}
IoOptimizedOptional
IoOptimized interface{}
- Type: interface{}
Ipv6AddressOptional
Ipv6Address interface{}
- Type: interface{}
KeyPairNameOptional
KeyPairName interface{}
- Type: interface{}
PrivateIpAddressesOptional
PrivateIpAddresses interface{}
- Type: interface{}
PublicIpAddressesOptional
PublicIpAddresses interface{}
- Type: interface{}
RdmaIpAddressesOptional
RdmaIpAddresses interface{}
- Type: interface{}
RefreshOptionsOptional
RefreshOptions interface{}
- Type: interface{}
ResourceGroupIdOptional
ResourceGroupId interface{}
- Type: interface{}
SecurityGroupIdOptional
SecurityGroupId interface{}
- Type: interface{}
StatusOptional
Status interface{}
- Type: interface{}
TagsOptional
Tags *[]TagsProperty
- Type: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.datasource.RosInstances.TagsProperty
VpcIdOptional
VpcId interface{}
- Type: interface{}
VSwitchIdOptional
VSwitchId interface{}
- Type: interface{}
ZoneIdOptional
ZoneId interface{}
- Type: interface{}