Class 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 Detail

      • NutanixResourceIdentifier

        public NutanixResourceIdentifier()
        No args constructor for use in serialization
      • NutanixResourceIdentifier

        public NutanixResourceIdentifier​(String name,
                                         String type,
                                         String uuid)
    • 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.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)