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 SourceCreatedAt
The date and time of when the VPC was created.
Declaration
public readonly string CreatedAt
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
Description
A free-form text field describing the VPC.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The unique identifier for the VPC.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IpRange
The range of IP addresses for the VPC in CIDR notation.
Declaration
public readonly string IpRange
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the VPC.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Region
The DigitalOcean region slug for the VPC's location.
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
Urn
The uniform resource name (URN) for the VPC.
Declaration
public readonly string Urn
Field Value
| Type | Description |
|---|---|
| System.String |