Class GetInstanceAttachmentsAttachmentResult
Inheritance
System.Object
GetInstanceAttachmentsAttachmentResult
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.Oss.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetInstanceAttachmentsAttachmentResult
Fields
View SourceDomain
The domain of the instance attachment.
Declaration
public readonly string Domain
Field Value
| Type | Description |
|---|---|
| System.String |
Endpoint
The access endpoint of the instance attachment.
Declaration
public readonly string Endpoint
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The resource ID, the value is same as "instance_name".
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceName
The name of OTS instance.
Declaration
public readonly string InstanceName
Field Value
| Type | Description |
|---|---|
| System.String |
Region
The region of the instance attachment.
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
VpcId
The ID of attaching VPC to instance.
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |
VpcName
The name of attaching VPC to instance.
Declaration
public readonly string VpcName
Field Value
| Type | Description |
|---|---|
| System.String |