Show / Hide Table of Contents

Class HAVipState

Inheritance
System.Object
InputArgs
ResourceArgs
HAVipState
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.Vpc
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class HAVipState : ResourceArgs

Constructors

View Source

HAVipState()

Declaration
public HAVipState()

Properties

View Source

Description

The description of the HaVip instance.

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

IpAddress

The ip address of the HaVip. If not filled, the default will be assigned one from the vswitch.

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

VswitchId

The vswitch_id of the HaVip, the field can't be changed.

Declaration
public Input<string> VswitchId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.