Class StorageResourceReference

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<StorageResourceReferenceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class StorageResourceReference
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<StorageResourceReferenceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    StorageResourceReference holds reference information of a storage resource (storage container, data source image, etc.)
    See Also:
    Serialized Form
    • Constructor Detail

      • StorageResourceReference

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

        public StorageResourceReference​(String name,
                                        String referenceName,
                                        String uuid)
    • Method Detail

      • getName

        public String getName()
        Name is the name of the storage container resource in the Prism Element.
      • setName

        public void setName​(String name)
        Name is the name of the storage container resource in the Prism Element.
      • getReferenceName

        public String getReferenceName()
        ReferenceName is the identifier of the storage resource configured in the FailureDomain.
      • setReferenceName

        public void setReferenceName​(String referenceName)
        ReferenceName is the identifier of the storage resource configured in the FailureDomain.
      • getUuid

        public String getUuid()
        UUID is the UUID of the storage container resource in the Prism Element.
      • setUuid

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

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

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

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