Class 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 Detail

      • GCPPrivateServiceConnectInventory

        public GCPPrivateServiceConnectInventory()
        No args constructor for use in serialization
    • 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.
      • getAdditionalProperties

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

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

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