Show / Hide Table of Contents

Class GetSizesSizeResult

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

Fields

View Source

Available

This represents whether new Droplets can be created with this size.

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

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

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

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

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

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

Slug

A human-readable string that is used to uniquely identify each size.

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

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

Vcpus

The number of CPUs allocated to Droplets of this size.

Declaration
public readonly int Vcpus
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.