Instance
This class encapsulates and extends the ROS resource type DATASOURCE::ECS::Instance
.
Initializers
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new Instance(Construct Scope, string Id, InstanceProps Props, bool EnableResourcePropertyConstraint = null);
Name | Type | Description |
---|---|---|
Scope |
AlibabaCloud.SDK.ROS.CDK.Core.Construct |
No description. |
Id |
string |
No description. |
Props |
InstanceProps |
No description. |
EnableResourcePropertyConstraint |
bool |
No description. |
Scope
Required
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Construct
Id
Required
- Type: string
Props
Required
- Type: InstanceProps
EnableResourcePropertyConstraint
Optional
- Type: bool
Methods
Name | Description |
---|---|
ToString |
Returns a string representation of this construct. |
Synthesize |
Allows this construct to emit artifacts into the cloud assembly during synthesis. |
AddCondition |
No description. |
AddCount |
No description. |
AddDependency |
No description. |
AddResourceDesc |
No description. |
ApplyRemovalPolicy |
No description. |
GetAtt |
No description. |
SetMetadata |
No description. |
ToString
private string ToString()
Returns a string representation of this construct.
Synthesize
private void Synthesize(ISynthesisSession Session)
Allows this construct to emit artifacts into the cloud assembly during synthesis.
This method is usually implemented by framework-level constructs such as Stack
and Asset
as they participate in synthesizing the cloud assembly.
- Type: AlibabaCloud.SDK.ROS.CDK.Core.ISynthesisSession
The synthesis session.
AddCondition
private void AddCondition(RosCondition Condition)
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RosCondition
AddCount
private void AddCount(object Count)
- Type: object
AddDependency
private void AddDependency(Resource Resource)
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Resource
AddResourceDesc
private void AddResourceDesc(string Desc)
- Type: string
ApplyRemovalPolicy
private void ApplyRemovalPolicy(RemovalPolicy Policy)
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RemovalPolicy
GetAtt
private IResolvable GetAtt(string Name)
- Type: string
SetMetadata
private void SetMetadata(string Key, object Value)
- Type: string
- Type: object
Static Functions
Name | Description |
---|---|
IsConstruct |
Return whether the given object is a Construct. |
IsConstruct
using AlibabaCloud.SDK.ROS.CDK.Ecs;
Instance.IsConstruct(object X);
Return whether the given object is a Construct.
- Type: object
Properties
Name | Type | Description |
---|---|---|
Node |
AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode |
The construct tree node associated with this construct. |
Ref |
string |
No description. |
Stack |
AlibabaCloud.SDK.ROS.CDK.Core.Stack |
The stack in which this resource is defined. |
Resource |
AlibabaCloud.SDK.ROS.CDK.Core.RosResource |
No description. |
AttrActionOnMaintenance |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute ActionOnMaintenance: The O&M action attribute of the instance. |
AttrAutoRebootTime |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute AutoRebootTime: Automatic reboot time after instance configuration change. |
AttrAutoReleaseTime |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute AutoReleaseTime: The time when to automatically release the pay-as-you-go instance. |
AttrAutoRenewEnabled |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute AutoRenewEnabled: Whether automatic renewal has been set. |
AttrClusterId |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute ClusterId: The ID of the cluster to which the instance belongs. |
AttrCpu |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute Cpu: The number of vCPUs. |
AttrCpuOptions |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute CpuOptions: Details about the CPU options. |
AttrCreateTime |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute CreateTime: The create time. |
AttrCreditSpecification |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute CreditSpecification: The performance mode of the burstable instance. |
AttrDedicatedHostAttribute |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute DedicatedHostAttribute: Details about the dedicated host. |
AttrDedicatedInstanceAttribute |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute DedicatedInstanceAttribute: The attributes of the instance on the dedicated host. |
AttrDeletionProtection |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute DeletionProtection: The release protection attribute of the instance. |
AttrDeploymentSetGroupNo |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute DeploymentSetGroupNo: The number of the deployment set group to which the instance belongs in a deployment set. |
AttrDeploymentSetId |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute DeploymentSetId: The ID of the deployment set in which the instance is deployed. |
AttrDescription |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute Description: The description of the instance. |
AttrDeviceAvailable |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute DeviceAvailable: Indicates whether data disks can be attached to the instance. |
AttrDuration |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute Duration: The duration of automatic renewal. |
AttrEcsCapacityReservationAttr |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute EcsCapacityReservationAttr: Details about the capacity reservation related to the instance. |
AttrEipAddress |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute EipAddress: Details about the EIP associated with the instance. |
AttrExpiredTime |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute ExpiredTime: The time when the instance expires. |
AttrGpuAmount |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute GpuAmount: The number of GPUs for the instance type. |
AttrGpuSpec |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute GpuSpec: The category of GPUs for the instance type. |
AttrHostName |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute HostName: The hostname of the instance. |
AttrHpcClusterId |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute HpcClusterId: ID of the HPC cluster to which the instance belongs. |
AttrImageId |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute ImageId: The ID of the image. |
AttrInstanceId |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute InstanceId: The ID of the instance. |
AttrInstanceName |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute InstanceName: The name of the instance. |
AttrInstanceNetworkType |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute InstanceNetworkType: The network type of the instance. |
AttrInstanceType |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute InstanceType: The instance type of the instance. |
AttrInstanceTypeFamily |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute InstanceTypeFamily: The instance family of the instance. |
AttrInternetChargeType |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute InternetChargeType: The billing method for network usage. |
AttrInternetMaxBandwidthIn |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute InternetMaxBandwidthIn: The maximum inbound public bandwidth. |
AttrInternetMaxBandwidthOut |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute InternetMaxBandwidthOut: The maximum outbound public bandwidth. |
AttrIoOptimized |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute IoOptimized: Specifies whether the instance is I/O optimized. |
AttrKeyPairName |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute KeyPairName: The name of the SSH key pair bound to the instance. |
AttrLocalStorageAmount |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute LocalStorageAmount: The number of local disks attached to the instance. |
AttrLocalStorageCapacity |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute LocalStorageCapacity: The capacity of local disks attached to the instance. |
AttrMaintenanceWindows |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute MaintenanceWindows: The list of operations window instances. |
AttrMemory |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute Memory: The memory size of the instance. |
AttrMetadataOptions |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute MetadataOptions: Details about the metadata options. |
AttrNetworkInterfaces |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute NetworkInterfaces: Details about the ENIs bound to the instance. |
AttrNotifyOnMaintenance |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute NotifyOnMaintenance: Whether to send an event notification before the instance goes down. |
AttrOperationLocks |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute OperationLocks: The reasons why the instance was locked. |
AttrOsName |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute OsName: The name of the operating system of the instance. |
AttrOsNameEn |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute OsNameEn: The English name of the operating system of the instance. |
AttrOsType |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute OsType: The type of the operating system of the instance. |
AttrPaymentType |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute PaymentType: The billing method of the instance. |
AttrPeriodUnit |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute PeriodUnit: Renewal unit. |
AttrPrivatePoolOptionsId |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute PrivatePoolOptionsId: Private pool ID. |
AttrPrivatePoolOptionsMatchCriteria |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute PrivatePoolOptionsMatchCriteria: The private pool matching pattern of the instance. |
AttrPublicIpAddress |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute PublicIpAddress: The public IP addresses of the instance. |
AttrRdmaIpAddress |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute RdmaIpAddress: The RDMA network IP of the HPC instance. |
AttrRecyclable |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute Recyclable: Indicates whether the instance can be recycled. |
AttrRenewalStatus |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute RenewalStatus: The automatic renewal status of the instance. |
AttrResourceGroupId |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute ResourceGroupId: The ID of the resource group to which the instance belongs. |
AttrSaleCycle |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute SaleCycle: Instance billing cycles. |
AttrSecurityGroupIds |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute SecurityGroupIds: The IDs of the security groups to which the instance belongs. |
AttrSerialNumber |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute SerialNumber: The serial number of the instance. |
AttrSpotDuration |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute SpotDuration: The protection period of the preemptible instance. |
AttrSpotPriceLimit |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute SpotPriceLimit: The maximum hourly price of the instance. |
AttrSpotStrategy |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute SpotStrategy: The bidding policy for the pay-as-you-go instance. |
AttrStartTime |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute StartTime: The time when the instance was last started. |
AttrStoppedMode |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute StoppedMode: Indicates whether the instance continues to be billed after it is stopped. |
AttrTags |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute Tags: The tags of the instance. |
AttrUserData |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute UserData: The custom data of the instance. |
AttrVpcAttributes |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute VpcAttributes: The VPC attributes of the instance. |
AttrZoneId |
AlibabaCloud.SDK.ROS.CDK.Core.IResolvable |
Attribute ZoneId: The zone ID of the instance. |
Node
Required
public ConstructNode Node { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode
The construct tree node associated with this construct.
Ref
Required
public string Ref { get; }
- Type: string
Stack
Required
public Stack Stack { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Stack
The stack in which this resource is defined.
Resource
Optional
public RosResource Resource { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RosResource
AttrActionOnMaintenance
Required
public IResolvable AttrActionOnMaintenance { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ActionOnMaintenance: The O&M action attribute of the instance.
AttrAutoRebootTime
Required
public IResolvable AttrAutoRebootTime { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute AutoRebootTime: Automatic reboot time after instance configuration change.
AttrAutoReleaseTime
Required
public IResolvable AttrAutoReleaseTime { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute AutoReleaseTime: The time when to automatically release the pay-as-you-go instance.
AttrAutoRenewEnabled
Required
public IResolvable AttrAutoRenewEnabled { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute AutoRenewEnabled: Whether automatic renewal has been set.
AttrClusterId
Required
public IResolvable AttrClusterId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ClusterId: The ID of the cluster to which the instance belongs.
AttrCpu
Required
public IResolvable AttrCpu { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute Cpu: The number of vCPUs.
AttrCpuOptions
Required
public IResolvable AttrCpuOptions { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute CpuOptions: Details about the CPU options.
AttrCreateTime
Required
public IResolvable AttrCreateTime { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute CreateTime: The create time.
AttrCreditSpecification
Required
public IResolvable AttrCreditSpecification { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute CreditSpecification: The performance mode of the burstable instance.
AttrDedicatedHostAttribute
Required
public IResolvable AttrDedicatedHostAttribute { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute DedicatedHostAttribute: Details about the dedicated host.
It is an array that consists of the DedicatedHostClusterId, DedicatedHostId, and DedicatedHostName parameters.
AttrDedicatedInstanceAttribute
Required
public IResolvable AttrDedicatedInstanceAttribute { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute DedicatedInstanceAttribute: The attributes of the instance on the dedicated host.
AttrDeletionProtection
Required
public IResolvable AttrDeletionProtection { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute DeletionProtection: The release protection attribute of the instance.
This parameter indicates whether you can use the ECS console or call the DeleteInstance operation to release the instance.
AttrDeploymentSetGroupNo
Required
public IResolvable AttrDeploymentSetGroupNo { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute DeploymentSetGroupNo: The number of the deployment set group to which the instance belongs in a deployment set.
AttrDeploymentSetId
Required
public IResolvable AttrDeploymentSetId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute DeploymentSetId: The ID of the deployment set in which the instance is deployed.
AttrDescription
Required
public IResolvable AttrDescription { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute Description: The description of the instance.
AttrDeviceAvailable
Required
public IResolvable AttrDeviceAvailable { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute DeviceAvailable: Indicates whether data disks can be attached to the instance.
AttrDuration
Required
public IResolvable AttrDuration { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute Duration: The duration of automatic renewal.
AttrEcsCapacityReservationAttr
Required
public IResolvable AttrEcsCapacityReservationAttr { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute EcsCapacityReservationAttr: Details about the capacity reservation related to the instance.
AttrEipAddress
Required
public IResolvable AttrEipAddress { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute EipAddress: Details about the EIP associated with the instance.
AttrExpiredTime
Required
public IResolvable AttrExpiredTime { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ExpiredTime: The time when the instance expires.
The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
AttrGpuAmount
Required
public IResolvable AttrGpuAmount { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute GpuAmount: The number of GPUs for the instance type.
AttrGpuSpec
Required
public IResolvable AttrGpuSpec { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute GpuSpec: The category of GPUs for the instance type.
AttrHostName
Required
public IResolvable AttrHostName { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute HostName: The hostname of the instance.
AttrHpcClusterId
Required
public IResolvable AttrHpcClusterId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute HpcClusterId: ID of the HPC cluster to which the instance belongs.
AttrImageId
Required
public IResolvable AttrImageId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ImageId: The ID of the image.
AttrInstanceId
Required
public IResolvable AttrInstanceId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute InstanceId: The ID of the instance.
AttrInstanceName
Required
public IResolvable AttrInstanceName { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute InstanceName: The name of the instance.
Fuzzy search with the asterisk (*) wildcard characters is supported.
AttrInstanceNetworkType
Required
public IResolvable AttrInstanceNetworkType { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute InstanceNetworkType: The network type of the instance.
AttrInstanceType
Required
public IResolvable AttrInstanceType { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute InstanceType: The instance type of the instance.
AttrInstanceTypeFamily
Required
public IResolvable AttrInstanceTypeFamily { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute InstanceTypeFamily: The instance family of the instance.
AttrInternetChargeType
Required
public IResolvable AttrInternetChargeType { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute InternetChargeType: The billing method for network usage.
AttrInternetMaxBandwidthIn
Required
public IResolvable AttrInternetMaxBandwidthIn { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute InternetMaxBandwidthIn: The maximum inbound public bandwidth.
Unit: Mbit/s.
AttrInternetMaxBandwidthOut
Required
public IResolvable AttrInternetMaxBandwidthOut { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute InternetMaxBandwidthOut: The maximum outbound public bandwidth.
Unit: Mbit/s.
AttrIoOptimized
Required
public IResolvable AttrIoOptimized { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute IoOptimized: Specifies whether the instance is I/O optimized.
AttrKeyPairName
Required
public IResolvable AttrKeyPairName { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute KeyPairName: The name of the SSH key pair bound to the instance.
AttrLocalStorageAmount
Required
public IResolvable AttrLocalStorageAmount { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute LocalStorageAmount: The number of local disks attached to the instance.
AttrLocalStorageCapacity
Required
public IResolvable AttrLocalStorageCapacity { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute LocalStorageCapacity: The capacity of local disks attached to the instance.
AttrMaintenanceWindows
Required
public IResolvable AttrMaintenanceWindows { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute MaintenanceWindows: The list of operations window instances.
AttrMemory
Required
public IResolvable AttrMemory { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute Memory: The memory size of the instance.
Unit: MiB.
AttrMetadataOptions
Required
public IResolvable AttrMetadataOptions { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute MetadataOptions: Details about the metadata options.
AttrNetworkInterfaces
Required
public IResolvable AttrNetworkInterfaces { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute NetworkInterfaces: Details about the ENIs bound to the instance.
AttrNotifyOnMaintenance
Required
public IResolvable AttrNotifyOnMaintenance { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute NotifyOnMaintenance: Whether to send an event notification before the instance goes down.
AttrOperationLocks
Required
public IResolvable AttrOperationLocks { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute OperationLocks: The reasons why the instance was locked.
AttrOsName
Required
public IResolvable AttrOsName { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute OsName: The name of the operating system of the instance.
AttrOsNameEn
Required
public IResolvable AttrOsNameEn { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute OsNameEn: The English name of the operating system of the instance.
AttrOsType
Required
public IResolvable AttrOsType { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute OsType: The type of the operating system of the instance.
AttrPaymentType
Required
public IResolvable AttrPaymentType { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute PaymentType: The billing method of the instance.
AttrPeriodUnit
Required
public IResolvable AttrPeriodUnit { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute PeriodUnit: Renewal unit.
AttrPrivatePoolOptionsId
Required
public IResolvable AttrPrivatePoolOptionsId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute PrivatePoolOptionsId: Private pool ID.
When the return value is open, the private pool ID is the private pool ID assigned when the system automatically matches.
AttrPrivatePoolOptionsMatchCriteria
Required
public IResolvable AttrPrivatePoolOptionsMatchCriteria { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute PrivatePoolOptionsMatchCriteria: The private pool matching pattern of the instance.
AttrPublicIpAddress
Required
public IResolvable AttrPublicIpAddress { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute PublicIpAddress: The public IP addresses of the instance.
AttrRdmaIpAddress
Required
public IResolvable AttrRdmaIpAddress { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute RdmaIpAddress: The RDMA network IP of the HPC instance.
AttrRecyclable
Required
public IResolvable AttrRecyclable { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute Recyclable: Indicates whether the instance can be recycled.
AttrRenewalStatus
Required
public IResolvable AttrRenewalStatus { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute RenewalStatus: The automatic renewal status of the instance.
AttrResourceGroupId
Required
public IResolvable AttrResourceGroupId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ResourceGroupId: The ID of the resource group to which the instance belongs.
If this parameter is specified to query resources, up to 1,000 resources that belong to the specified resource group can be displayed in the response.
AttrSaleCycle
Required
public IResolvable AttrSaleCycle { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute SaleCycle: Instance billing cycles.
AttrSecurityGroupIds
Required
public IResolvable AttrSecurityGroupIds { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute SecurityGroupIds: The IDs of the security groups to which the instance belongs.
AttrSerialNumber
Required
public IResolvable AttrSerialNumber { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute SerialNumber: The serial number of the instance.
AttrSpotDuration
Required
public IResolvable AttrSpotDuration { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute SpotDuration: The protection period of the preemptible instance.
Unit: hours.
AttrSpotPriceLimit
Required
public IResolvable AttrSpotPriceLimit { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute SpotPriceLimit: The maximum hourly price of the instance.
It can be accurate to three decimal places. This parameter is valid only when the SpotStrategy parameter is set to SpotWithPriceLimit.
AttrSpotStrategy
Required
public IResolvable AttrSpotStrategy { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute SpotStrategy: The bidding policy for the pay-as-you-go instance.
AttrStartTime
Required
public IResolvable AttrStartTime { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute StartTime: The time when the instance was last started.
The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
AttrStoppedMode
Required
public IResolvable AttrStoppedMode { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute StoppedMode: Indicates whether the instance continues to be billed after it is stopped.
AttrTags
Required
public IResolvable AttrTags { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute Tags: The tags of the instance.
AttrUserData
Required
public IResolvable AttrUserData { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute UserData: The custom data of the instance.
AttrVpcAttributes
Required
public IResolvable AttrVpcAttributes { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute VpcAttributes: The VPC attributes of the instance.
AttrZoneId
Required
public IResolvable AttrZoneId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ZoneId: The zone ID of the instance.