Class Region
- java.lang.Object
-
- io.fabric8.openshift.api.model.installer.powervs.v1.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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegionBuilderedit()Map<String,Object>getAdditionalProperties()StringgetCOSRegion()Region describes resources associated with a region in Power VS.StringgetDescription()Region describes resources associated with a region in Power VS.StringgetVPCRegion()Region describes resources associated with a region in Power VS.List<String>getVPCZones()Region describes resources associated with a region in Power VS.Map<String,Zone>getZones()Region describes resources associated with a region in Power VS.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCOSRegion(String cOSRegion)Region describes resources associated with a region in Power VS.voidsetDescription(String description)Region describes resources associated with a region in Power VS.voidsetVPCRegion(String vPCRegion)Region describes resources associated with a region in Power VS.voidsetVPCZones(List<String> vPCZones)Region describes resources associated with a region in Power VS.voidsetZones(Map<String,Zone> zones)Region describes resources associated with a region in Power VS.RegionBuildertoBuilder()
-
-
-
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.
-
edit
public RegionBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<RegionBuilder>
-
toBuilder
public RegionBuilder toBuilder()
-
-