Class NutanixPrismElementEndpoint
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1.NutanixPrismElementEndpoint
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<NutanixPrismElementEndpointBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class NutanixPrismElementEndpoint extends Object implements io.fabric8.kubernetes.api.builder.Editable<NutanixPrismElementEndpointBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
NutanixPrismElementEndpoint holds the name and endpoint data for a Prism Element (cluster)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NutanixPrismElementEndpoint()No args constructor for use in serializationNutanixPrismElementEndpoint(NutanixPrismEndpoint endpoint, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NutanixPrismElementEndpointBuilderedit()Map<String,Object>getAdditionalProperties()NutanixPrismEndpointgetEndpoint()NutanixPrismElementEndpoint holds the name and endpoint data for a Prism Element (cluster)StringgetName()name is the name of the Prism Element (cluster).voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetEndpoint(NutanixPrismEndpoint endpoint)NutanixPrismElementEndpoint holds the name and endpoint data for a Prism Element (cluster)voidsetName(String name)name is the name of the Prism Element (cluster).NutanixPrismElementEndpointBuildertoBuilder()
-
-
-
Constructor Detail
-
NutanixPrismElementEndpoint
public NutanixPrismElementEndpoint()
No args constructor for use in serialization
-
NutanixPrismElementEndpoint
public NutanixPrismElementEndpoint(NutanixPrismEndpoint endpoint, String name)
-
-
Method Detail
-
getEndpoint
public NutanixPrismEndpoint getEndpoint()
NutanixPrismElementEndpoint holds the name and endpoint data for a Prism Element (cluster)
-
setEndpoint
public void setEndpoint(NutanixPrismEndpoint endpoint)
NutanixPrismElementEndpoint holds the name and endpoint data for a Prism Element (cluster)
-
getName
public String getName()
name is the name of the Prism Element (cluster). This value will correspond with the cluster field configured on other resources (eg Machines, PVCs, etc).
-
setName
public void setName(String name)
name is the name of the Prism Element (cluster). This value will correspond with the cluster field configured on other resources (eg Machines, PVCs, etc).
-
edit
public NutanixPrismElementEndpointBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<NutanixPrismElementEndpointBuilder>
-
toBuilder
public NutanixPrismElementEndpointBuilder toBuilder()
-
-