public class ResourceAvailability extends AbstractModel
Constructor and Description |
---|
ResourceAvailability() |
ResourceAvailability(ResourceAvailability 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 |
---|---|
String |
getAvailability()
Get Whether the resource is available.
|
String |
getType()
Get Specific ISP resource information.
|
void |
setAvailability(String Availability)
Set Whether the resource is available.
|
void |
setType(String Type)
Set Specific ISP resource information.
|
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 ResourceAvailability()
public ResourceAvailability(ResourceAvailability source)
public String getType()
public void setType(String Type)
Type
- Specific ISP resource information. Values: `CMCC`, `CUCC`, `CTCC`, `BGP`.public String getAvailability()
public void setAvailability(String Availability)
Availability
- Whether the resource is available. Values: `Available`, `Unavailable`Copyright © 2023. All rights reserved.