Class Region

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class Region
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<RegionBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    Region describes resources associated with a region in Power VS. We're using a few items from the IBM Cloud VPC offering. The region names for VPC are different so another function of this is to correlate those.
    See Also:
    Serialized Form
    • Constructor Detail

      • Region

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

      • getCOSRegion

        public String getCOSRegion()
        Region describes resources associated with a region in Power VS. We're using a few items from the IBM Cloud VPC offering. The region names for VPC are different so another function of this is to correlate those.
      • setCOSRegion

        public void setCOSRegion​(String cOSRegion)
        Region describes resources associated with a region in Power VS. We're using a few items from the IBM Cloud VPC offering. The region names for VPC are different so another function of this is to correlate those.
      • getDescription

        public String getDescription()
        Region describes resources associated with a region in Power VS. We're using a few items from the IBM Cloud VPC offering. The region names for VPC are different so another function of this is to correlate those.
      • setDescription

        public void setDescription​(String description)
        Region describes resources associated with a region in Power VS. We're using a few items from the IBM Cloud VPC offering. The region names for VPC are different so another function of this is to correlate those.
      • getVPCRegion

        public String getVPCRegion()
        Region describes resources associated with a region in Power VS. We're using a few items from the IBM Cloud VPC offering. The region names for VPC are different so another function of this is to correlate those.
      • setVPCRegion

        public void setVPCRegion​(String vPCRegion)
        Region describes resources associated with a region in Power VS. We're using a few items from the IBM Cloud VPC offering. The region names for VPC are different so another function of this is to correlate those.
      • getVPCZones

        public List<String> getVPCZones()
        Region describes resources associated with a region in Power VS. We're using a few items from the IBM Cloud VPC offering. The region names for VPC are different so another function of this is to correlate those.
      • setVPCZones

        public void setVPCZones​(List<String> vPCZones)
        Region describes resources associated with a region in Power VS. We're using a few items from the IBM Cloud VPC offering. The region names for VPC are different so another function of this is to correlate those.
      • getZones

        public Map<String,​Zone> getZones()
        Region describes resources associated with a region in Power VS. We're using a few items from the IBM Cloud VPC offering. The region names for VPC are different so another function of this is to correlate those.
      • setZones

        public void setZones​(Map<String,​Zone> zones)
        Region describes resources associated with a region in Power VS. We're using a few items from the IBM Cloud VPC offering. The region names for VPC are different so another function of this is to correlate those.
      • getAdditionalProperties

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

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

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