azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

198 строки
17 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile"
fullName: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile"
name: "OpenShiftManagedClusterMasterPoolProfile"
nameWithType: "OpenShiftManagedClusterMasterPoolProfile"
summary: "Open<wbr>Shift<wbr>Managed<wbr>Cluster<wbr>Mater<wbr>Pool<wbr>Profile contains configuration for Open<wbr>Shift master VMs."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **OpenShiftManagedClusterMasterPoolProfile**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile?alt=com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile&text=OpenShiftManagedClusterMasterPoolProfile\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.OpenShiftManagedClusterMasterPoolProfile()"
fullName: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.OpenShiftManagedClusterMasterPoolProfile()"
name: "OpenShiftManagedClusterMasterPoolProfile()"
nameWithType: "OpenShiftManagedClusterMasterPoolProfile.OpenShiftManagedClusterMasterPoolProfile()"
summary: "Creates an instance of Open<wbr>Shift<wbr>Managed<wbr>Cluster<wbr>Master<wbr>Pool<wbr>Profile class."
syntax: "public OpenShiftManagedClusterMasterPoolProfile()"
desc: "Creates an instance of OpenShiftManagedClusterMasterPoolProfile class."
methods:
- uid: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.count()"
fullName: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.count()"
name: "count()"
nameWithType: "OpenShiftManagedClusterMasterPoolProfile.count()"
summary: "Get the count property: Number of masters (VMs) to host docker containers."
syntax: "public int count()"
desc: "Get the count property: Number of masters (VMs) to host docker containers. The default value is 3."
returns:
description: "the count value."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "OpenShiftManagedClusterMasterPoolProfile.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Open<wbr>Shift<wbr>Managed<wbr>Cluster<wbr>Master<wbr>Pool<wbr>Profile from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static OpenShiftManagedClusterMasterPoolProfile fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of OpenShiftManagedClusterMasterPoolProfile from the JsonReader."
returns:
description: "An instance of OpenShiftManagedClusterMasterPoolProfile if the JsonReader was pointing to an instance of\n it, or null if it was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile?alt=com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile&text=OpenShiftManagedClusterMasterPoolProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.name()"
fullName: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.name()"
name: "name()"
nameWithType: "OpenShiftManagedClusterMasterPoolProfile.name()"
summary: "Get the name property: Unique name of the master pool profile in the context of the subscription and resource group."
syntax: "public String name()"
desc: "Get the name property: Unique name of the master pool profile in the context of the subscription and resource group."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.osType()"
fullName: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.osType()"
name: "osType()"
nameWithType: "OpenShiftManagedClusterMasterPoolProfile.osType()"
summary: "Get the os<wbr>Type property: Os<wbr>Type to be used to specify os type."
syntax: "public OSType osType()"
desc: "Get the osType property: OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux."
returns:
description: "the osType value."
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.OSType?alt=com.azure.resourcemanager.containerservice.models.OSType&text=OSType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.subnetCidr()"
fullName: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.subnetCidr()"
name: "subnetCidr()"
nameWithType: "OpenShiftManagedClusterMasterPoolProfile.subnetCidr()"
summary: "Get the subnet<wbr>Cidr property: Subnet CIDR for the peering."
syntax: "public String subnetCidr()"
desc: "Get the subnetCidr property: Subnet CIDR for the peering."
returns:
description: "the subnetCidr value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "OpenShiftManagedClusterMasterPoolProfile.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.validate()"
fullName: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.validate()"
name: "validate()"
nameWithType: "OpenShiftManagedClusterMasterPoolProfile.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.vmSize()"
fullName: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.vmSize()"
name: "vmSize()"
nameWithType: "OpenShiftManagedClusterMasterPoolProfile.vmSize()"
summary: "Get the vm<wbr>Size property: Size of agent VMs."
syntax: "public OpenShiftContainerServiceVMSize vmSize()"
desc: "Get the vmSize property: Size of agent VMs."
returns:
description: "the vmSize value."
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.OpenShiftContainerServiceVMSize?alt=com.azure.resourcemanager.containerservice.models.OpenShiftContainerServiceVMSize&text=OpenShiftContainerServiceVMSize\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.withCount(int)"
fullName: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.withCount(int count)"
name: "withCount(int count)"
nameWithType: "OpenShiftManagedClusterMasterPoolProfile.withCount(int count)"
summary: "Set the count property: Number of masters (VMs) to host docker containers."
parameters:
- description: "the count value to set."
name: "count"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OpenShiftManagedClusterMasterPoolProfile withCount(int count)"
desc: "Set the count property: Number of masters (VMs) to host docker containers. The default value is 3."
returns:
description: "the OpenShiftManagedClusterMasterPoolProfile object itself."
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile?alt=com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile&text=OpenShiftManagedClusterMasterPoolProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.withName(String name)"
name: "withName(String name)"
nameWithType: "OpenShiftManagedClusterMasterPoolProfile.withName(String name)"
summary: "Set the name property: Unique name of the master pool profile in the context of the subscription and resource group."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public OpenShiftManagedClusterMasterPoolProfile withName(String name)"
desc: "Set the name property: Unique name of the master pool profile in the context of the subscription and resource group."
returns:
description: "the OpenShiftManagedClusterMasterPoolProfile object itself."
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile?alt=com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile&text=OpenShiftManagedClusterMasterPoolProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.withOsType(com.azure.resourcemanager.containerservice.models.OSType)"
fullName: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.withOsType(OSType osType)"
name: "withOsType(OSType osType)"
nameWithType: "OpenShiftManagedClusterMasterPoolProfile.withOsType(OSType osType)"
summary: "Set the os<wbr>Type property: Os<wbr>Type to be used to specify os type."
parameters:
- description: "the osType value to set."
name: "osType"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.OSType?alt=com.azure.resourcemanager.containerservice.models.OSType&text=OSType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OpenShiftManagedClusterMasterPoolProfile withOsType(OSType osType)"
desc: "Set the osType property: OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux."
returns:
description: "the OpenShiftManagedClusterMasterPoolProfile object itself."
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile?alt=com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile&text=OpenShiftManagedClusterMasterPoolProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.withSubnetCidr(java.lang.String)"
fullName: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.withSubnetCidr(String subnetCidr)"
name: "withSubnetCidr(String subnetCidr)"
nameWithType: "OpenShiftManagedClusterMasterPoolProfile.withSubnetCidr(String subnetCidr)"
summary: "Set the subnet<wbr>Cidr property: Subnet CIDR for the peering."
parameters:
- description: "the subnetCidr value to set."
name: "subnetCidr"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public OpenShiftManagedClusterMasterPoolProfile withSubnetCidr(String subnetCidr)"
desc: "Set the subnetCidr property: Subnet CIDR for the peering."
returns:
description: "the OpenShiftManagedClusterMasterPoolProfile object itself."
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile?alt=com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile&text=OpenShiftManagedClusterMasterPoolProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.withVmSize(com.azure.resourcemanager.containerservice.models.OpenShiftContainerServiceVMSize)"
fullName: "com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile.withVmSize(OpenShiftContainerServiceVMSize vmSize)"
name: "withVmSize(OpenShiftContainerServiceVMSize vmSize)"
nameWithType: "OpenShiftManagedClusterMasterPoolProfile.withVmSize(OpenShiftContainerServiceVMSize vmSize)"
summary: "Set the vm<wbr>Size property: Size of agent VMs."
parameters:
- description: "the vmSize value to set."
name: "vmSize"
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.OpenShiftContainerServiceVMSize?alt=com.azure.resourcemanager.containerservice.models.OpenShiftContainerServiceVMSize&text=OpenShiftContainerServiceVMSize\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OpenShiftManagedClusterMasterPoolProfile withVmSize(OpenShiftContainerServiceVMSize vmSize)"
desc: "Set the vmSize property: Size of agent VMs."
returns:
description: "the OpenShiftManagedClusterMasterPoolProfile object itself."
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile?alt=com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile&text=OpenShiftManagedClusterMasterPoolProfile\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "OpenShiftManagedClusterMaterPoolProfile contains configuration for OpenShift master VMs."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile?alt=com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterMasterPoolProfile&text=OpenShiftManagedClusterMasterPoolProfile\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.containerservice.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-containerservice:2.44.0