RosInstancesProps
Properties for defining a RosInstances.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-instances
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosInstancesProps {
object AdditionalAttributes = null,
object EipAddresses = null,
object Filters = null,
object HpcClusterId = null,
object ImageId = null,
object InnerIpAddresses = null,
object InstanceChargeType = null,
object InstanceId = null,
object InstanceIds = null,
object InstanceName = null,
object InstanceNetworkType = null,
object InstanceType = null,
object InstanceTypeFamily = null,
object InternetChargeType = null,
object IoOptimized = null,
object Ipv6Address = null,
object KeyPairName = null,
object PrivateIpAddresses = null,
object PublicIpAddresses = null,
object RdmaIpAddresses = null,
object RefreshOptions = null,
object ResourceGroupId = null,
object SecurityGroupId = null,
object Status = null,
TagsProperty[] Tags = null,
object VpcId = null,
object VSwitchId = null,
object ZoneId = null
};
Properties
| Name | Type | Description |
|---|---|---|
AdditionalAttributes |
object |
No description. |
EipAddresses |
object |
No description. |
Filters |
object |
No description. |
HpcClusterId |
object |
No description. |
ImageId |
object |
No description. |
InnerIpAddresses |
object |
No description. |
InstanceChargeType |
object |
No description. |
InstanceId |
object |
No description. |
InstanceIds |
object |
No description. |
InstanceName |
object |
No description. |
InstanceNetworkType |
object |
No description. |
InstanceType |
object |
No description. |
InstanceTypeFamily |
object |
No description. |
InternetChargeType |
object |
No description. |
IoOptimized |
object |
No description. |
Ipv6Address |
object |
No description. |
KeyPairName |
object |
No description. |
PrivateIpAddresses |
object |
No description. |
PublicIpAddresses |
object |
No description. |
RdmaIpAddresses |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
SecurityGroupId |
object |
No description. |
Status |
object |
No description. |
Tags |
AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosInstances.TagsProperty[] |
No description. |
VpcId |
object |
No description. |
VSwitchId |
object |
No description. |
ZoneId |
object |
No description. |
AdditionalAttributesOptional
public object AdditionalAttributes { get; set; }
- Type: object
EipAddressesOptional
public object EipAddresses { get; set; }
- Type: object
FiltersOptional
public object Filters { get; set; }
- Type: object
HpcClusterIdOptional
public object HpcClusterId { get; set; }
- Type: object
ImageIdOptional
public object ImageId { get; set; }
- Type: object
InnerIpAddressesOptional
public object InnerIpAddresses { get; set; }
- Type: object
InstanceChargeTypeOptional
public object InstanceChargeType { get; set; }
- Type: object
InstanceIdOptional
public object InstanceId { get; set; }
- Type: object
InstanceIdsOptional
public object InstanceIds { get; set; }
- Type: object
InstanceNameOptional
public object InstanceName { get; set; }
- Type: object
InstanceNetworkTypeOptional
public object InstanceNetworkType { get; set; }
- Type: object
InstanceTypeOptional
public object InstanceType { get; set; }
- Type: object
InstanceTypeFamilyOptional
public object InstanceTypeFamily { get; set; }
- Type: object
InternetChargeTypeOptional
public object InternetChargeType { get; set; }
- Type: object
IoOptimizedOptional
public object IoOptimized { get; set; }
- Type: object
Ipv6AddressOptional
public object Ipv6Address { get; set; }
- Type: object
KeyPairNameOptional
public object KeyPairName { get; set; }
- Type: object
PrivateIpAddressesOptional
public object PrivateIpAddresses { get; set; }
- Type: object
PublicIpAddressesOptional
public object PublicIpAddresses { get; set; }
- Type: object
RdmaIpAddressesOptional
public object RdmaIpAddresses { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
SecurityGroupIdOptional
public object SecurityGroupId { get; set; }
- Type: object
StatusOptional
public object Status { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosInstances.TagsProperty[]
VpcIdOptional
public object VpcId { get; set; }
- Type: object
VSwitchIdOptional
public object VSwitchId { get; set; }
- Type: object
ZoneIdOptional
public object ZoneId { get; set; }
- Type: object