Show / Hide Table of Contents

Class InstanceAttachmentState

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

Constructors

View Source

InstanceAttachmentState()

Declaration
public InstanceAttachmentState()

Properties

View Source

InstanceName

The name of the OTS instance.

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

VpcId

The ID of attaching VPC to instance.

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

VpcName

The name of attaching VPC to instance.

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

VswitchId

The ID of attaching VSwitch to instance.

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