Show / Hide Table of Contents

Class InstanceAttachmentArgs

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

Constructors

View Source

InstanceAttachmentArgs()

Declaration
public InstanceAttachmentArgs()

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

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.