Class OpenShiftManagedClusterMasterPoolProfileResponse
- java.lang.Object
-
- com.pulumi.azurenative.containerservice.outputs.OpenShiftManagedClusterMasterPoolProfileResponse
-
public final class OpenShiftManagedClusterMasterPoolProfileResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OpenShiftManagedClusterMasterPoolProfileResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpenShiftManagedClusterMasterPoolProfileResponse.Builder
builder()
static OpenShiftManagedClusterMasterPoolProfileResponse.Builder
builder(OpenShiftManagedClusterMasterPoolProfileResponse defaults)
java.lang.Integer
count()
java.util.Optional<java.lang.String>
name()
java.util.Optional<java.lang.String>
osType()
java.util.Optional<java.lang.String>
subnetCidr()
java.lang.String
vmSize()
-
-
-
Method Detail
-
count
public java.lang.Integer count()
- Returns:
- Number of masters (VMs) to host docker containers. The default value is 3.
-
name
public java.util.Optional<java.lang.String> name()
- Returns:
- Unique name of the master pool profile in the context of the subscription and resource group.
-
osType
public java.util.Optional<java.lang.String> osType()
- Returns:
- OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux.
-
subnetCidr
public java.util.Optional<java.lang.String> subnetCidr()
- Returns:
- Subnet CIDR for the peering.
-
vmSize
public java.lang.String vmSize()
- Returns:
- Size of agent VMs.
-
builder
public static OpenShiftManagedClusterMasterPoolProfileResponse.Builder builder()
-
builder
public static OpenShiftManagedClusterMasterPoolProfileResponse.Builder builder(OpenShiftManagedClusterMasterPoolProfileResponse defaults)
-
-