Class AWSAssociatedVPC
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.v1.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 Summary
Constructors Constructor Description AWSAssociatedVPC()No args constructor for use in serializationAWSAssociatedVPC(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef, String region, String vpcID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AWSAssociatedVPCBuilderedit()Map<String,Object>getAdditionalProperties()io.fabric8.kubernetes.api.model.LocalObjectReferencegetCredentialsSecretRef()AWSAssociatedVPC defines a VPC that should be able to resolve the DNS addresses setup for Private Link.StringgetRegion()AWSAssociatedVPC defines a VPC that should be able to resolve the DNS addresses setup for Private Link.StringgetVpcID()AWSAssociatedVPC defines a VPC that should be able to resolve the DNS addresses setup for Private Link.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCredentialsSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef)AWSAssociatedVPC defines a VPC that should be able to resolve the DNS addresses setup for Private Link.voidsetRegion(String region)AWSAssociatedVPC defines a VPC that should be able to resolve the DNS addresses setup for Private Link.voidsetVpcID(String vpcID)AWSAssociatedVPC defines a VPC that should be able to resolve the DNS addresses setup for Private Link.AWSAssociatedVPCBuildertoBuilder()
-
-
-
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.
-
edit
public AWSAssociatedVPCBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<AWSAssociatedVPCBuilder>
-
toBuilder
public AWSAssociatedVPCBuilder toBuilder()
-
-