Class FromPool
- java.lang.Object
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1.FromPool
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<FromPoolBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class FromPool extends Object implements io.fabric8.kubernetes.api.builder.Editable<FromPoolBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FromPoolBuilderedit()Map<String,Object>getAdditionalProperties()StringgetApiGroup()APIGroup is the api group of the IP pool.StringgetKey()Key will be used as the key to set in the metadata map for cloud-initStringgetKind()Kind is the kind of the IP poolStringgetName()Name is the name of the IP pool used to fetch the value to set in the metadata map for cloud-initvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetApiGroup(String apiGroup)APIGroup is the api group of the IP pool.voidsetKey(String key)Key will be used as the key to set in the metadata map for cloud-initvoidsetKind(String kind)Kind is the kind of the IP poolvoidsetName(String name)Name is the name of the IP pool used to fetch the value to set in the metadata map for cloud-initFromPoolBuildertoBuilder()
-
-
-
Method Detail
-
getApiGroup
public String getApiGroup()
APIGroup is the api group of the IP pool.
-
setApiGroup
public void setApiGroup(String apiGroup)
APIGroup is the api group of the IP pool.
-
getKey
public String getKey()
Key will be used as the key to set in the metadata map for cloud-init
-
setKey
public void setKey(String key)
Key will be used as the key to set in the metadata map for cloud-init
-
getKind
public String getKind()
Kind is the kind of the IP pool
-
setKind
public void setKind(String kind)
Kind is the kind of the IP pool
-
getName
public String getName()
Name is the name of the IP pool used to fetch the value to set in the metadata map for cloud-init
-
setName
public void setName(String name)
Name is the name of the IP pool used to fetch the value to set in the metadata map for cloud-init
-
edit
public FromPoolBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<FromPoolBuilder>
-
toBuilder
public FromPoolBuilder toBuilder()
-
-