Class NutanixStorageResourceIdentifier

    • Constructor Detail

      • NutanixStorageResourceIdentifier

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

        public NutanixStorageResourceIdentifier​(String type,
                                                String uuid)
    • Method Detail

      • getType

        public String getType()
        type is the identifier type to use for this resource. The valid value is "uuid".
      • setType

        public void setType​(String type)
        type is the identifier type to use for this resource. The valid value is "uuid".
      • getUuid

        public String getUuid()
        uuid is the UUID of the storage resource in the PC.
      • setUuid

        public void setUuid​(String uuid)
        uuid is the UUID of the storage resource in the PC.
      • getAdditionalProperties

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

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

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