Class AWSPrivateLinkInventory

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class AWSPrivateLinkInventory
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<AWSPrivateLinkInventoryBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    AWSPrivateLinkInventory is a VPC and its corresponding subnets in an AWS region. This VPC will be used to create an AWS VPC Endpoint whenever there is a VPC Endpoint Service created for a ClusterDeployment.
    See Also:
    Serialized Form
    • Constructor Detail

      • AWSPrivateLinkInventory

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

      • getRegion

        public String getRegion()
        AWSPrivateLinkInventory is a VPC and its corresponding subnets in an AWS region. This VPC will be used to create an AWS VPC Endpoint whenever there is a VPC Endpoint Service created for a ClusterDeployment.
      • setRegion

        public void setRegion​(String region)
        AWSPrivateLinkInventory is a VPC and its corresponding subnets in an AWS region. This VPC will be used to create an AWS VPC Endpoint whenever there is a VPC Endpoint Service created for a ClusterDeployment.
      • getSubnets

        public List<AWSPrivateLinkSubnet> getSubnets()
        AWSPrivateLinkInventory is a VPC and its corresponding subnets in an AWS region. This VPC will be used to create an AWS VPC Endpoint whenever there is a VPC Endpoint Service created for a ClusterDeployment.
      • setSubnets

        public void setSubnets​(List<AWSPrivateLinkSubnet> subnets)
        AWSPrivateLinkInventory is a VPC and its corresponding subnets in an AWS region. This VPC will be used to create an AWS VPC Endpoint whenever there is a VPC Endpoint Service created for a ClusterDeployment.
      • getVpcID

        public String getVpcID()
        AWSPrivateLinkInventory is a VPC and its corresponding subnets in an AWS region. This VPC will be used to create an AWS VPC Endpoint whenever there is a VPC Endpoint Service created for a ClusterDeployment.
      • setVpcID

        public void setVpcID​(String vpcID)
        AWSPrivateLinkInventory is a VPC and its corresponding subnets in an AWS region. This VPC will be used to create an AWS VPC Endpoint whenever there is a VPC Endpoint 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)