Class NutanixResourceIdentifier
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1.NutanixResourceIdentifier
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<NutanixResourceIdentifierBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class NutanixResourceIdentifier extends Object implements io.fabric8.kubernetes.api.builder.Editable<NutanixResourceIdentifierBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
NutanixResourceIdentifier holds the identity of a Nutanix PC resource (cluster, image, subnet, etc.)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NutanixResourceIdentifier()No args constructor for use in serializationNutanixResourceIdentifier(String name, String type, String uuid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NutanixResourceIdentifierBuilderedit()Map<String,Object>getAdditionalProperties()StringgetName()name is the resource name in the PC.StringgetType()type is the identifier type to use for this resource.StringgetUuid()uuid is the UUID of the resource in the PC.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetName(String name)name is the resource name in the PC.voidsetType(String type)type is the identifier type to use for this resource.voidsetUuid(String uuid)uuid is the UUID of the resource in the PC.NutanixResourceIdentifierBuildertoBuilder()
-
-
-
Method Detail
-
getName
public String getName()
name is the resource name in the PC. It cannot be empty if the type is Name.
-
setName
public void setName(String name)
name is the resource name in the PC. It cannot be empty if the type is Name.
-
getType
public String getType()
type is the identifier type to use for this resource.
-
setType
public void setType(String type)
type is the identifier type to use for this resource.
-
getUuid
public String getUuid()
uuid is the UUID of the resource in the PC. It cannot be empty if the type is UUID.
-
setUuid
public void setUuid(String uuid)
uuid is the UUID of the resource in the PC. It cannot be empty if the type is UUID.
-
edit
public NutanixResourceIdentifierBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<NutanixResourceIdentifierBuilder>
-
toBuilder
public NutanixResourceIdentifierBuilder toBuilder()
-
-