Class GCPPrivateServiceConnectInventory
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.v1.GCPPrivateServiceConnectInventory
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<GCPPrivateServiceConnectInventoryBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class GCPPrivateServiceConnectInventory extends Object implements io.fabric8.kubernetes.api.builder.Editable<GCPPrivateServiceConnectInventoryBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
GCPPrivateServiceConnectInventory is a VPC and its corresponding subnets. This VPC will be used to create a GCP Endpoint whenever there is a Private Service Connect service created for a ClusterDeployment.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GCPPrivateServiceConnectInventory()No args constructor for use in serializationGCPPrivateServiceConnectInventory(String network, List<GCPPrivateServiceConnectSubnet> subnets)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GCPPrivateServiceConnectInventoryBuilderedit()Map<String,Object>getAdditionalProperties()StringgetNetwork()GCPPrivateServiceConnectInventory is a VPC and its corresponding subnets.List<GCPPrivateServiceConnectSubnet>getSubnets()GCPPrivateServiceConnectInventory is a VPC and its corresponding subnets.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetNetwork(String network)GCPPrivateServiceConnectInventory is a VPC and its corresponding subnets.voidsetSubnets(List<GCPPrivateServiceConnectSubnet> subnets)GCPPrivateServiceConnectInventory is a VPC and its corresponding subnets.GCPPrivateServiceConnectInventoryBuildertoBuilder()
-
-
-
Constructor Detail
-
GCPPrivateServiceConnectInventory
public GCPPrivateServiceConnectInventory()
No args constructor for use in serialization
-
GCPPrivateServiceConnectInventory
public GCPPrivateServiceConnectInventory(String network, List<GCPPrivateServiceConnectSubnet> subnets)
-
-
Method Detail
-
getNetwork
public String getNetwork()
GCPPrivateServiceConnectInventory is a VPC and its corresponding subnets. This VPC will be used to create a GCP Endpoint whenever there is a Private Service Connect service created for a ClusterDeployment.
-
setNetwork
public void setNetwork(String network)
GCPPrivateServiceConnectInventory is a VPC and its corresponding subnets. This VPC will be used to create a GCP Endpoint whenever there is a Private Service Connect service created for a ClusterDeployment.
-
getSubnets
public List<GCPPrivateServiceConnectSubnet> getSubnets()
GCPPrivateServiceConnectInventory is a VPC and its corresponding subnets. This VPC will be used to create a GCP Endpoint whenever there is a Private Service Connect service created for a ClusterDeployment.
-
setSubnets
public void setSubnets(List<GCPPrivateServiceConnectSubnet> subnets)
GCPPrivateServiceConnectInventory is a VPC and its corresponding subnets. This VPC will be used to create a GCP Endpoint whenever there is a Private Service Connect service created for a ClusterDeployment.
-
edit
public GCPPrivateServiceConnectInventoryBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<GCPPrivateServiceConnectInventoryBuilder>
-
toBuilder
public GCPPrivateServiceConnectInventoryBuilder toBuilder()
-
-