Class GetNetworksVpcResult
Inheritance
System.Object
GetNetworksVpcResult
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.Vpc.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetNetworksVpcResult
Fields
View SourceCidrBlock
Filter results by a specific CIDR block. For example: "172.16.0.0/12".
Declaration
public readonly string CidrBlock
Field Value
| Type | Description |
|---|---|
| System.String |
CreationTime
Time of creation.
Declaration
public readonly string CreationTime
Field Value
| Type | Description |
|---|---|
| System.String |
Description
Description of the VPC
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
ID of the VPC.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IsDefault
Indicate whether the VPC is the default one in the specified region.
Declaration
public readonly bool IsDefault
Field Value
| Type | Description |
|---|---|
| System.Boolean |
RegionId
ID of the region where the VPC is located.
Declaration
public readonly string RegionId
Field Value
| Type | Description |
|---|---|
| System.String |
RouteTableId
Route table ID of the VRouter.
Declaration
public readonly string RouteTableId
Field Value
| Type | Description |
|---|---|
| System.String |
Status
Filter results by a specific status. Valid value are Pending and Available.
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> |
VpcName
Name of the VPC.
Declaration
public readonly string VpcName
Field Value
| Type | Description |
|---|---|
| System.String |
VrouterId
ID of the VRouter.
Declaration
public readonly string VrouterId
Field Value
| Type | Description |
|---|---|
| System.String |
VswitchIds
List of VSwitch IDs in the specified VPC
Declaration
public readonly ImmutableArray<string> VswitchIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |