public class PodSpecInfo extends AbstractModel
Constructor and Description |
---|
PodSpecInfo() |
PodSpecInfo(PodSpecInfo 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 |
---|---|
PodNewParameter |
getPodParameter()
Get The custom pod permission and parameter.
|
PodNewSpec |
getPodSpec()
Get The specified information such as pod spec and source for scale-out with pod resources.
|
void |
setPodParameter(PodNewParameter PodParameter)
Set The custom pod permission and parameter.
|
void |
setPodSpec(PodNewSpec PodSpec)
Set The specified information such as pod spec and source for scale-out with pod resources.
|
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 PodSpecInfo()
public PodSpecInfo(PodSpecInfo source)
public PodNewSpec getPodSpec()
public void setPodSpec(PodNewSpec PodSpec)
PodSpec
- The specified information such as pod spec and source for scale-out with pod resources.public PodNewParameter getPodParameter()
public void setPodParameter(PodNewParameter PodParameter)
PodParameter
- The custom pod permission and parameter.Copyright © 2023. All rights reserved.