Class IPPoolSpecAllocations
- java.lang.Object
-
- io.fabric8.openshift.api.model.whereabouts.v1alpha1.IPPoolSpecAllocations
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<IPPoolSpecAllocationsBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class IPPoolSpecAllocations extends Object implements io.fabric8.kubernetes.api.builder.Editable<IPPoolSpecAllocationsBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
IPAllocation represents metadata about the pod/container owner of a specific IP- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IPPoolSpecAllocations()No args constructor for use in serializationIPPoolSpecAllocations(String id, String ifname, String podref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IPPoolSpecAllocationsBuilderedit()Map<String,Object>getAdditionalProperties()StringgetId()IPAllocation represents metadata about the pod/container owner of a specific IPStringgetIfname()IPAllocation represents metadata about the pod/container owner of a specific IPStringgetPodref()IPAllocation represents metadata about the pod/container owner of a specific IPvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetId(String id)IPAllocation represents metadata about the pod/container owner of a specific IPvoidsetIfname(String ifname)IPAllocation represents metadata about the pod/container owner of a specific IPvoidsetPodref(String podref)IPAllocation represents metadata about the pod/container owner of a specific IPIPPoolSpecAllocationsBuildertoBuilder()
-
-
-
Method Detail
-
getId
public String getId()
IPAllocation represents metadata about the pod/container owner of a specific IP
-
setId
public void setId(String id)
IPAllocation represents metadata about the pod/container owner of a specific IP
-
getIfname
public String getIfname()
IPAllocation represents metadata about the pod/container owner of a specific IP
-
setIfname
public void setIfname(String ifname)
IPAllocation represents metadata about the pod/container owner of a specific IP
-
getPodref
public String getPodref()
IPAllocation represents metadata about the pod/container owner of a specific IP
-
setPodref
public void setPodref(String podref)
IPAllocation represents metadata about the pod/container owner of a specific IP
-
edit
public IPPoolSpecAllocationsBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<IPPoolSpecAllocationsBuilder>
-
toBuilder
public IPPoolSpecAllocationsBuilder toBuilder()
-
-