Show / Hide Table of Contents

Class HAVipAttachmentArgs

Inheritance
System.Object
InputArgs
ResourceArgs
HAVipAttachmentArgs
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 HAVipAttachmentArgs : ResourceArgs

Constructors

View Source

HAVipAttachmentArgs()

Declaration
public HAVipAttachmentArgs()

Properties

View Source

HavipId

The havip_id of the havip attachment, the field can't be changed.

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

InstanceId

The instance_id of the havip attachment, the field can't be changed.

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