Show / Hide Table of Contents

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 Source

CidrBlock

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
View Source

CreationTime

Time of creation.

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

Description

Description of the VPC

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

Id

ID of the VPC.

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

IsDefault

Indicate whether the VPC is the default one in the specified region.

Declaration
public readonly bool IsDefault
Field Value
Type Description
System.Boolean
View Source

RegionId

ID of the region where the VPC is located.

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

RouteTableId

Route table ID of the VRouter.

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

Status

Filter results by a specific status. Valid value are Pending and Available.

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

VpcName

Name of the VPC.

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

VrouterId

ID of the VRouter.

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.