Class GetDropletResult
Inheritance
System.Object
GetDropletResult
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()
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class GetDropletResult
Fields
View Source
Backups
Whether backups are enabled.
Declaration
public readonly bool Backups
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
CreatedAt
Declaration
public readonly string CreatedAt
Field Value
| Type |
Description |
| System.String |
|
View Source
Disk
The size of the Droplets disk in GB.
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
Id
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
Image
The Droplet image ID or slug.
Declaration
public readonly string Image
Field Value
| Type |
Description |
| System.String |
|
View Source
Ipv4Address
The Droplets public IPv4 address
Declaration
public readonly string Ipv4Address
Field Value
| Type |
Description |
| System.String |
|
View Source
Ipv4AddressPrivate
The Droplets private IPv4 address
Declaration
public readonly string Ipv4AddressPrivate
Field Value
| Type |
Description |
| System.String |
|
View Source
Ipv6
Declaration
public readonly bool Ipv6
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
Ipv6Address
The Droplets public IPv6 address
Declaration
public readonly string Ipv6Address
Field Value
| Type |
Description |
| System.String |
|
View Source
Ipv6AddressPrivate
The Droplets private IPv6 address
Declaration
public readonly string Ipv6AddressPrivate
Field Value
| Type |
Description |
| System.String |
|
View Source
Locked
Whether the Droplet is locked.
Declaration
public readonly bool Locked
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
Memory
The amount of the Droplets memory in MB.
Declaration
public readonly int Memory
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
Monitoring
Whether monitoring agent is installed.
Declaration
public readonly bool Monitoring
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
Name
Declaration
public readonly string Name
Field Value
| Type |
Description |
| System.String |
|
View Source
PriceHourly
Declaration
public readonly double PriceHourly
Field Value
| Type |
Description |
| System.Double |
|
View Source
PriceMonthly
Declaration
public readonly double PriceMonthly
Field Value
| Type |
Description |
| System.Double |
|
View Source
PrivateNetworking
Whether private networks are enabled.
Declaration
public readonly bool PrivateNetworking
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
Region
The region the Droplet is running in.
Declaration
public readonly string Region
Field Value
| Type |
Description |
| System.String |
|
View Source
Size
The unique slug that indentifies the type of Droplet.
Declaration
public readonly string Size
Field Value
| Type |
Description |
| System.String |
|
View Source
Status
The status of the Droplet.
Declaration
public readonly string Status
Field Value
| Type |
Description |
| System.String |
|
View Source
Tag
Declaration
public readonly string Tag
Field Value
| Type |
Description |
| System.String |
|
View Source
A list of the tags associated to the Droplet.
Declaration
public readonly ImmutableArray<string> Tags
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
Urn
The uniform resource name of the Droplet
Declaration
public readonly string Urn
Field Value
| Type |
Description |
| System.String |
|
View Source
Vcpus
The number of the Droplets virtual CPUs.
Declaration
public readonly int Vcpus
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
VolumeIds
List of the IDs of each volumes attached to the Droplet.
Declaration
public readonly ImmutableArray<string> VolumeIds
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
VpcUuid
The ID of the VPC where the Droplet is located.
Declaration
public readonly string VpcUuid
Field Value
| Type |
Description |
| System.String |
|