Show / Hide Table of Contents

Class OceanImportArgs

Inheritance
System.Object
InputArgs
ResourceArgs
OceanImportArgs
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 OceanImportArgs : ResourceArgs

Constructors

View Source

OceanImportArgs()

Declaration
public OceanImportArgs()

Properties

View Source

Autoscaler

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

BackendServices

Describes the backend service configurations.

Declaration
public InputList<OceanImportBackendServiceArgs> BackendServices { get; set; }
Property Value
Type Description
InputList<OceanImportBackendServiceArgs>
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<OceanImportScheduledTaskArgs> ScheduledTasks { get; set; }
Property Value
Type Description
InputList<OceanImportScheduledTaskArgs>
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.