public class MultiZoneSetting extends AbstractModel
Constructor and Description |
---|
MultiZoneSetting() |
MultiZoneSetting(MultiZoneSetting source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Placement |
getPlacement()
Get None
|
NewResourceSpec |
getResourceSpec()
Get None
|
VPCSettings |
getVPCSettings()
Get None
|
String |
getZoneTag()
Get "master", "standby", "third-party"
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setPlacement(Placement Placement)
Set None
|
void |
setResourceSpec(NewResourceSpec ResourceSpec)
Set None
|
void |
setVPCSettings(VPCSettings VPCSettings)
Set None
|
void |
setZoneTag(String ZoneTag)
Set "master", "standby", "third-party"
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public MultiZoneSetting()
public MultiZoneSetting(MultiZoneSetting source)
public String getZoneTag()
public void setZoneTag(String ZoneTag)
ZoneTag
- "master", "standby", "third-party"
Note: This field may return `null`, indicating that no valid value can be obtained.public VPCSettings getVPCSettings()
public void setVPCSettings(VPCSettings VPCSettings)
VPCSettings
- Nonepublic Placement getPlacement()
public void setPlacement(Placement Placement)
Placement
- Nonepublic NewResourceSpec getResourceSpec()
public void setResourceSpec(NewResourceSpec ResourceSpec)
ResourceSpec
- NoneCopyright © 2023. All rights reserved.