Class GetEipsEipResult
Inheritance
System.Object
GetEipsEipResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Ecs.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetEipsEipResult
Fields
View SourceBandwidth
EIP internet max bandwidth in Mbps.
Declaration
public readonly string Bandwidth
Field Value
| Type | Description |
|---|---|
| System.String |
CreationTime
Time of creation.
Declaration
public readonly string CreationTime
Field Value
| Type | Description |
|---|---|
| System.String |
Id
ID of the EIP.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceId
The ID of the instance that is being bound.
Declaration
public readonly string InstanceId
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceType
The instance type of that the EIP is bound.
Declaration
public readonly string InstanceType
Field Value
| Type | Description |
|---|---|
| System.String |
InternetChargeType
EIP internet charge type.
Declaration
public readonly string InternetChargeType
Field Value
| Type | Description |
|---|---|
| System.String |
IpAddress
Public IP Address of the the EIP.
Declaration
public readonly string IpAddress
Field Value
| Type | Description |
|---|---|
| System.String |
Status
EIP status. Possible values are: Associating, Unassociating, InUse and Available.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |