Class OceanImportState
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.SpotInst.Gke
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class OceanImportState : ResourceArgs
Constructors
View SourceOceanImportState()
Declaration
public OceanImportState()
Properties
View SourceAutoscaler
Declaration
public Input<OceanImportAutoscalerGetArgs> Autoscaler { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<OceanImportAutoscalerGetArgs> |
BackendServices
Describes the backend service configurations.
Declaration
public InputList<OceanImportBackendServiceGetArgs> BackendServices { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<OceanImportBackendServiceGetArgs> |
ClusterControllerId
Declaration
public Input<string> ClusterControllerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClusterName
The GKE cluster name.
Declaration
public Input<string> ClusterName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Location
The zone the master cluster is located in.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
ScheduledTasks
Declaration
public InputList<OceanImportScheduledTaskGetArgs> ScheduledTasks { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<OceanImportScheduledTaskGetArgs> |
Whitelists
Declaration
public InputList<string> Whitelists { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |