Class EipAssociationArgs
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
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class EipAssociationArgs : ResourceArgs
Constructors
View SourceEipAssociationArgs()
Declaration
public EipAssociationArgs()
Properties
View SourceAllocationId
The allocation EIP ID.
Declaration
public Input<string> AllocationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceId
The ID of the ECS or SLB instance or Nat Gateway.
Declaration
public Input<string> InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceType
The type of cloud product that the eip instance to bind.
Declaration
public Input<string> InstanceType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrivateIpAddress
The private IP address in the network segment of the vswitch which has been assigned.
Declaration
public Input<string> PrivateIpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |