Show / Hide Table of Contents

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 Source

Bandwidth

EIP internet max bandwidth in Mbps.

Declaration
public readonly string Bandwidth
Field Value
Type Description
System.String
View Source

CreationTime

Time of creation.

Declaration
public readonly string CreationTime
Field Value
Type Description
System.String
View Source

Id

ID of the EIP.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

InstanceId

The ID of the instance that is being bound.

Declaration
public readonly string InstanceId
Field Value
Type Description
System.String
View Source

InstanceType

The instance type of that the EIP is bound.

Declaration
public readonly string InstanceType
Field Value
Type Description
System.String
View Source

InternetChargeType

EIP internet charge type.

Declaration
public readonly string InternetChargeType
Field Value
Type Description
System.String
View Source

IpAddress

Public IP Address of the the EIP.

Declaration
public readonly string IpAddress
Field Value
Type Description
System.String
View Source

Status

EIP status. Possible values are: Associating, Unassociating, InUse and Available.

Declaration
public readonly string Status
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.