Class AlibabaResourceReference

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class AlibabaResourceReference
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<AlibabaResourceReferenceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ResourceTagReference is a reference to a specific AlibabaCloud resource by ID, or tags. Only one of ID or Tags may be specified. Specifying more than one will result in a validation error.
    See Also:
    Serialized Form
    • Constructor Detail

      • AlibabaResourceReference

        public AlibabaResourceReference()
        No args constructor for use in serialization
    • Method Detail

      • getId

        public String getId()
        id of resource
      • setId

        public void setId​(String id)
        id of resource
      • getName

        public String getName()
        name of the resource
      • setName

        public void setName​(String name)
        name of the resource
      • getTags

        public List<Tag> getTags()
        tags is a set of metadata based upon ECS object tags used to identify a resource. For details about usage when multiple resources are found, please see the owning parent field documentation.
      • setTags

        public void setTags​(List<Tag> tags)
        tags is a set of metadata based upon ECS object tags used to identify a resource. For details about usage when multiple resources are found, please see the owning parent field documentation.
      • getType

        public String getType()
        type identifies the resource reference type for this entry.
      • setType

        public void setType​(String type)
        type identifies the resource reference type for this entry.
      • getAdditionalProperties

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

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

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