Show / Hide Table of Contents

Class GetInstancesInstanceResult

Inheritance
System.Object
GetInstancesInstanceResult
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.Cen.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetInstancesInstanceResult

Fields

View Source

CenBandwidthPackageIds

List of CEN Bandwidth Package IDs in the specified CEN instance.

Declaration
public readonly ImmutableArray<string> CenBandwidthPackageIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

CenId

ID of the CEN instance.

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

Description

Description of the CEN instance.

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

Id

ID of the CEN instance.

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

Name

Name of the CEN instance.

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

ProtectionLevel

Indicates the allowed level of CIDR block overlapping.

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

Status

Status of the CEN instance, including "Creating", "Active" and "Deleting".

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

Tags

A mapping of tags to assign to the resource.

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.