Show / Hide Table of Contents

Class ElastigroupInstanceTypesCustomGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ElastigroupInstanceTypesCustomGetArgs
Inherited Members
ResourceArgs.Empty
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.SpotInst.Gcp.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class ElastigroupInstanceTypesCustomGetArgs : ResourceArgs

Constructors

View Source

ElastigroupInstanceTypesCustomGetArgs()

Declaration
public ElastigroupInstanceTypesCustomGetArgs()

Properties

View Source

MemoryGib

The memory (in GiB) in the custom instance types. GCP has a number of limitations on accepted memory values.For more information, see the GCP documentation (here.)[https://cloud.google.com/compute/docs/instances/creating-instance-with-custom-machine-type#specifications]

Declaration
public Input<int> MemoryGib { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Vcpu

Declaration
public Input<int> Vcpu { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.