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 SourceCenBandwidthPackageIds
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> |
CenId
ID of the CEN instance.
Declaration
public readonly string CenId
Field Value
| Type | Description |
|---|---|
| System.String |
Description
Description of the CEN instance.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
ID of the CEN instance.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Name of the CEN instance.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
ProtectionLevel
Indicates the allowed level of CIDR block overlapping.
Declaration
public readonly string ProtectionLevel
Field Value
| Type | Description |
|---|---|
| System.String |
Status
Status of the CEN instance, including "Creating", "Active" and "Deleting".
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
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> |