Show / Hide Table of Contents

Class OceanImportState

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

Constructors

View Source

OceanImportState()

Declaration
public OceanImportState()

Properties

View Source

Autoscaler

Declaration
public Input<OceanImportAutoscalerGetArgs> Autoscaler { get; set; }
Property Value
Type Description
Input<OceanImportAutoscalerGetArgs>
View Source

BackendServices

Describes the backend service configurations.

Declaration
public InputList<OceanImportBackendServiceGetArgs> BackendServices { get; set; }
Property Value
Type Description
InputList<OceanImportBackendServiceGetArgs>
View Source

ClusterControllerId

Declaration
public Input<string> ClusterControllerId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ClusterName

The GKE cluster name.

Declaration
public Input<string> ClusterName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DesiredCapacity

The number of instances to launch and maintain in the cluster.

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

Location

The zone the master cluster is located in.

Declaration
public Input<string> Location { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MaxSize

The upper limit of instances the cluster can scale up to.

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

MinSize

The lower limit of instances the cluster can scale down to.

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

ScheduledTasks

Declaration
public InputList<OceanImportScheduledTaskGetArgs> ScheduledTasks { get; set; }
Property Value
Type Description
InputList<OceanImportScheduledTaskGetArgs>
View Source

Whitelists

Declaration
public InputList<string> Whitelists { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.