Class PrismElement
- java.lang.Object
-
- io.fabric8.openshift.api.model.installer.nutanix.v1.PrismElement
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<PrismElementBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class PrismElement extends Object implements io.fabric8.kubernetes.api.builder.Editable<PrismElementBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
PrismElement holds the uuid, endpoint of the Prism Element (cluster)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrismElement()No args constructor for use in serializationPrismElement(PrismEndpoint endpoint, String name, String uuid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismElementBuilderedit()Map<String,Object>getAdditionalProperties()PrismEndpointgetEndpoint()PrismElement holds the uuid, endpoint of the Prism Element (cluster)StringgetName()Name is prism endpoint NameStringgetUuid()UUID is the UUID of the Prism Element (cluster)voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetEndpoint(PrismEndpoint endpoint)PrismElement holds the uuid, endpoint of the Prism Element (cluster)voidsetName(String name)Name is prism endpoint NamevoidsetUuid(String uuid)UUID is the UUID of the Prism Element (cluster)PrismElementBuildertoBuilder()
-
-
-
Constructor Detail
-
PrismElement
public PrismElement()
No args constructor for use in serialization
-
PrismElement
public PrismElement(PrismEndpoint endpoint, String name, String uuid)
-
-
Method Detail
-
getEndpoint
public PrismEndpoint getEndpoint()
PrismElement holds the uuid, endpoint of the Prism Element (cluster)
-
setEndpoint
public void setEndpoint(PrismEndpoint endpoint)
PrismElement holds the uuid, endpoint of the Prism Element (cluster)
-
getName
public String getName()
Name is prism endpoint Name
-
setName
public void setName(String name)
Name is prism endpoint Name
-
getUuid
public String getUuid()
UUID is the UUID of the Prism Element (cluster)
-
setUuid
public void setUuid(String uuid)
UUID is the UUID of the Prism Element (cluster)
-
edit
public PrismElementBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PrismElementBuilder>
-
toBuilder
public PrismElementBuilder toBuilder()
-
-