Show / Hide Table of Contents

Class EipAssociationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EipAssociationArgs
Inherited Members
ResourceArgs.Empty
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 Source

EipAssociationArgs()

Declaration
public EipAssociationArgs()

Properties

View Source

AllocationId

The allocation EIP ID.

Declaration
public Input<string> AllocationId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.