Class InstanceAttachmentArgs
Inherited Members
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 SourceInstanceAttachmentArgs()
Declaration
public InstanceAttachmentArgs()
Properties
View SourceInstanceName
The name of the OTS instance.
Declaration
public Input<string> InstanceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VpcName
The name of attaching VPC to instance.
Declaration
public Input<string> VpcName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VswitchId
The ID of attaching VSwitch to instance.
Declaration
public Input<string> VswitchId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |