Class GetSizesSizeResult
Inheritance
Inherited Members
Namespace: Pulumi.DigitalOcean.Outputs
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class GetSizesSizeResult
Fields
View SourceAvailable
This represents whether new Droplets can be created with this size.
Declaration
public readonly bool Available
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Disk
The amount of disk space set aside for Droplets of this size. The value is measured in gigabytes.
Declaration
public readonly int Disk
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Memory
The amount of RAM allocated to Droplets created of this size. The value is measured in megabytes.
Declaration
public readonly int Memory
Field Value
| Type | Description |
|---|---|
| System.Int32 |
PriceHourly
The hourly cost of Droplets created in this size as measured hourly. The value is measured in US dollars.
Declaration
public readonly double PriceHourly
Field Value
| Type | Description |
|---|---|
| System.Double |
PriceMonthly
The monthly cost of Droplets created in this size if they are kept for an entire month. The value is measured in US dollars.
Declaration
public readonly double PriceMonthly
Field Value
| Type | Description |
|---|---|
| System.Double |
Regions
List of region slugs where Droplets can be created in this size.
Declaration
public readonly ImmutableArray<string> Regions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Slug
A human-readable string that is used to uniquely identify each size.
Declaration
public readonly string Slug
Field Value
| Type | Description |
|---|---|
| System.String |
Transfer
The amount of transfer bandwidth that is available for Droplets created in this size. This only counts traffic on the public interface. The value is given in terabytes.
Declaration
public readonly double Transfer
Field Value
| Type | Description |
|---|---|
| System.Double |
Vcpus
The number of CPUs allocated to Droplets of this size.
Declaration
public readonly int Vcpus
Field Value
| Type | Description |
|---|---|
| System.Int32 |