Show / Hide Table of Contents

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 Source

Domain

The domain of the instance attachment.

Declaration
public readonly string Domain
Field Value
Type Description
System.String
View Source

Endpoint

The access endpoint of the instance attachment.

Declaration
public readonly string Endpoint
Field Value
Type Description
System.String
View Source

Id

The resource ID, the value is same as "instance_name".

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

InstanceName

The name of OTS instance.

Declaration
public readonly string InstanceName
Field Value
Type Description
System.String
View Source

Region

The region of the instance attachment.

Declaration
public readonly string Region
Field Value
Type Description
System.String
View Source

VpcId

The ID of attaching VPC to instance.

Declaration
public readonly string VpcId
Field Value
Type Description
System.String
View Source

VpcName

The name of attaching VPC to instance.

Declaration
public readonly string VpcName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.