Class AWSAssociatedVPC

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class AWSAssociatedVPC
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<AWSAssociatedVPCBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    AWSAssociatedVPC defines a VPC that should be able to resolve the DNS addresses setup for Private Link.
    See Also:
    Serialized Form
    • Constructor Detail

      • AWSAssociatedVPC

        public AWSAssociatedVPC()
        No args constructor for use in serialization
      • AWSAssociatedVPC

        public AWSAssociatedVPC​(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef,
                                String region,
                                String vpcID)
    • Method Detail

      • getCredentialsSecretRef

        public io.fabric8.kubernetes.api.model.LocalObjectReference getCredentialsSecretRef()
        AWSAssociatedVPC defines a VPC that should be able to resolve the DNS addresses setup for Private Link.
      • setCredentialsSecretRef

        public void setCredentialsSecretRef​(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef)
        AWSAssociatedVPC defines a VPC that should be able to resolve the DNS addresses setup for Private Link.
      • getRegion

        public String getRegion()
        AWSAssociatedVPC defines a VPC that should be able to resolve the DNS addresses setup for Private Link.
      • setRegion

        public void setRegion​(String region)
        AWSAssociatedVPC defines a VPC that should be able to resolve the DNS addresses setup for Private Link.
      • getVpcID

        public String getVpcID()
        AWSAssociatedVPC defines a VPC that should be able to resolve the DNS addresses setup for Private Link.
      • setVpcID

        public void setVpcID​(String vpcID)
        AWSAssociatedVPC defines a VPC that should be able to resolve the DNS addresses setup for Private Link.
      • getAdditionalProperties

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

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

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