-
Notifications
You must be signed in to change notification settings - Fork 244
/
com.azure.resourcemanager.avs.models.ManagementCluster.yml
169 lines (169 loc) · 11.6 KB
/
com.azure.resourcemanager.avs.models.ManagementCluster.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
### YamlMime:JavaType
uid: "com.azure.resourcemanager.avs.models.ManagementCluster"
fullName: "com.azure.resourcemanager.avs.models.ManagementCluster"
name: "ManagementCluster"
nameWithType: "ManagementCluster"
summary: "The properties of a management cluster."
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 **ManagementCluster**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.avs.models.ManagementCluster?alt=com.azure.resourcemanager.avs.models.ManagementCluster&text=ManagementCluster\" data-throw-if-not-resolved=\"False\" />>"
constructors:
- uid: "com.azure.resourcemanager.avs.models.ManagementCluster.ManagementCluster()"
fullName: "com.azure.resourcemanager.avs.models.ManagementCluster.ManagementCluster()"
name: "ManagementCluster()"
nameWithType: "ManagementCluster.ManagementCluster()"
summary: "Creates an instance of Management<wbr>Cluster class."
syntax: "public ManagementCluster()"
desc: "Creates an instance of ManagementCluster class."
methods:
- uid: "com.azure.resourcemanager.avs.models.ManagementCluster.clusterId()"
fullName: "com.azure.resourcemanager.avs.models.ManagementCluster.clusterId()"
name: "clusterId()"
nameWithType: "ManagementCluster.clusterId()"
summary: "Get the cluster<wbr>Id property: The identity."
syntax: "public Integer clusterId()"
desc: "Get the clusterId property: The identity."
returns:
description: "the clusterId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.avs.models.ManagementCluster.clusterSize()"
fullName: "com.azure.resourcemanager.avs.models.ManagementCluster.clusterSize()"
name: "clusterSize()"
nameWithType: "ManagementCluster.clusterSize()"
summary: "Get the cluster<wbr>Size property: The cluster size."
syntax: "public Integer clusterSize()"
desc: "Get the clusterSize property: The cluster size."
returns:
description: "the clusterSize value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.avs.models.ManagementCluster.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.avs.models.ManagementCluster.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ManagementCluster.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Management<wbr>Cluster 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 ManagementCluster fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the ManagementCluster."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ManagementCluster from the JsonReader."
returns:
description: "An instance of ManagementCluster if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.avs.models.ManagementCluster?alt=com.azure.resourcemanager.avs.models.ManagementCluster&text=ManagementCluster\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.ManagementCluster.hosts()"
fullName: "com.azure.resourcemanager.avs.models.ManagementCluster.hosts()"
name: "hosts()"
nameWithType: "ManagementCluster.hosts()"
summary: "Get the hosts property: The hosts."
syntax: "public List<String> hosts()"
desc: "Get the hosts property: The hosts."
returns:
description: "the hosts value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
- uid: "com.azure.resourcemanager.avs.models.ManagementCluster.provisioningState()"
fullName: "com.azure.resourcemanager.avs.models.ManagementCluster.provisioningState()"
name: "provisioningState()"
nameWithType: "ManagementCluster.provisioningState()"
summary: "Get the provisioning<wbr>State property: The state of the cluster provisioning."
syntax: "public ClusterProvisioningState provisioningState()"
desc: "Get the provisioningState property: The state of the cluster provisioning."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.avs.models.ClusterProvisioningState?alt=com.azure.resourcemanager.avs.models.ClusterProvisioningState&text=ClusterProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.ManagementCluster.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.avs.models.ManagementCluster.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ManagementCluster.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.avs.models.ManagementCluster.validate()"
fullName: "com.azure.resourcemanager.avs.models.ManagementCluster.validate()"
name: "validate()"
nameWithType: "ManagementCluster.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.avs.models.ManagementCluster.vsanDatastoreName()"
fullName: "com.azure.resourcemanager.avs.models.ManagementCluster.vsanDatastoreName()"
name: "vsanDatastoreName()"
nameWithType: "ManagementCluster.vsanDatastoreName()"
summary: "Get the vsan<wbr>Datastore<wbr>Name property: Name of the vsan datastore associated with the cluster."
syntax: "public String vsanDatastoreName()"
desc: "Get the vsanDatastoreName property: Name of the vsan datastore associated with the cluster."
returns:
description: "the vsanDatastoreName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.avs.models.ManagementCluster.withClusterSize(java.lang.Integer)"
fullName: "com.azure.resourcemanager.avs.models.ManagementCluster.withClusterSize(Integer clusterSize)"
name: "withClusterSize(Integer clusterSize)"
nameWithType: "ManagementCluster.withClusterSize(Integer clusterSize)"
summary: "Set the cluster<wbr>Size property: The cluster size."
parameters:
- description: "the clusterSize value to set."
name: "clusterSize"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public ManagementCluster withClusterSize(Integer clusterSize)"
desc: "Set the clusterSize property: The cluster size."
returns:
description: "the ManagementCluster object itself."
type: "<xref href=\"com.azure.resourcemanager.avs.models.ManagementCluster?alt=com.azure.resourcemanager.avs.models.ManagementCluster&text=ManagementCluster\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.ManagementCluster.withHosts(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.avs.models.ManagementCluster.withHosts(List<String> hosts)"
name: "withHosts(List<String> hosts)"
nameWithType: "ManagementCluster.withHosts(List<String> hosts)"
summary: "Set the hosts property: The hosts."
parameters:
- description: "the hosts value to set."
name: "hosts"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
syntax: "public ManagementCluster withHosts(List<String> hosts)"
desc: "Set the hosts property: The hosts."
returns:
description: "the ManagementCluster object itself."
type: "<xref href=\"com.azure.resourcemanager.avs.models.ManagementCluster?alt=com.azure.resourcemanager.avs.models.ManagementCluster&text=ManagementCluster\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.ManagementCluster.withVsanDatastoreName(java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.ManagementCluster.withVsanDatastoreName(String vsanDatastoreName)"
name: "withVsanDatastoreName(String vsanDatastoreName)"
nameWithType: "ManagementCluster.withVsanDatastoreName(String vsanDatastoreName)"
summary: "Set the vsan<wbr>Datastore<wbr>Name property: Name of the vsan datastore associated with the cluster."
parameters:
- description: "the vsanDatastoreName value to set."
name: "vsanDatastoreName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ManagementCluster withVsanDatastoreName(String vsanDatastoreName)"
desc: "Set the vsanDatastoreName property: Name of the vsan datastore associated with the cluster."
returns:
description: "the ManagementCluster object itself."
type: "<xref href=\"com.azure.resourcemanager.avs.models.ManagementCluster?alt=com.azure.resourcemanager.avs.models.ManagementCluster&text=ManagementCluster\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties of a management cluster."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.avs.models.ManagementCluster?alt=com.azure.resourcemanager.avs.models.ManagementCluster&text=ManagementCluster\" data-throw-if-not-resolved=\"False\" />>"
metadata: {}
package: "com.azure.resourcemanager.avs.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-avs:1.2.0