Show / Hide Table of Contents

Class GetFlavorResult

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

Fields

View Source

Disk

Declaration
public readonly int? Disk
Field Value
Type Description
System.Nullable<System.Int32>
View Source

ExtraSpecs

Key/Value pairs of metadata for the flavor.

Declaration
public readonly ImmutableDictionary<string, object> ExtraSpecs
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

FlavorId

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

Id

The provider-assigned unique ID for this managed resource.

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

IsPublic

Whether the flavor is public or private.

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

MinDisk

Declaration
public readonly int? MinDisk
Field Value
Type Description
System.Nullable<System.Int32>
View Source

MinRam

Declaration
public readonly int? MinRam
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Name

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

Ram

Declaration
public readonly int? Ram
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Region

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

RxTxFactor

Declaration
public readonly double? RxTxFactor
Field Value
Type Description
System.Nullable<System.Double>
View Source

Swap

Declaration
public readonly int? Swap
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Vcpus

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