Show / Hide Table of Contents

Class OceanImportAutoscalerResourceLimitsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
OceanImportAutoscalerResourceLimitsArgs
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.Gke.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class OceanImportAutoscalerResourceLimitsArgs : ResourceArgs

Constructors

View Source

OceanImportAutoscalerResourceLimitsArgs()

Declaration
public OceanImportAutoscalerResourceLimitsArgs()

Properties

View Source

MaxMemoryGib

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

MaxVcpu

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