Show / Hide Table of Contents

Class GetVpcResult

Inheritance
System.Object
GetVpcResult
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.DigitalOcean
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class GetVpcResult

Fields

View Source

CreatedAt

The date and time of when the VPC was created.

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

Default

A boolean indicating whether or not the VPC is the default one for the region.

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

Description

A free-form text field describing the VPC.

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

Id

The unique identifier for the VPC.

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

IpRange

The range of IP addresses for the VPC in CIDR notation.

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

Name

The name of the VPC.

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

Region

The DigitalOcean region slug for the VPC's location.

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

Urn

The uniform resource name (URN) for the VPC.

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