Class PowerVSResource

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

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

      • PowerVSResource

        public PowerVSResource()
        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 resource
      • setName

        public void setName​(String name)
        name of resource
      • getRegex

        public String getRegex()
        regex to find resource Regex contains the pattern to match to find a resource
      • setRegex

        public void setRegex​(String regex)
        regex to find resource Regex contains the pattern to match to find a resource
      • getType

        public String getType()
        type identifies the resource type for this entry. Valid values are ID, Name and RegEx
      • setType

        public void setType​(String type)
        type identifies the resource type for this entry. Valid values are ID, Name and RegEx
      • getAdditionalProperties

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

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

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