public class AWSPrivateLinkConfig extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
AWSPrivateLinkConfig()
No args constructor for use in serialization
|
AWSPrivateLinkConfig(List<AWSAssociatedVPC> associatedVPCs,
io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef,
String dnsRecordType,
List<AWSPrivateLinkInventory> endpointVPCInventory) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
List<AWSAssociatedVPC> |
getAssociatedVPCs() |
io.fabric8.kubernetes.api.model.LocalObjectReference |
getCredentialsSecretRef() |
String |
getDnsRecordType() |
List<AWSPrivateLinkInventory> |
getEndpointVPCInventory() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAssociatedVPCs(List<AWSAssociatedVPC> associatedVPCs) |
void |
setCredentialsSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef) |
void |
setDnsRecordType(String dnsRecordType) |
void |
setEndpointVPCInventory(List<AWSPrivateLinkInventory> endpointVPCInventory) |
public AWSPrivateLinkConfig()
public AWSPrivateLinkConfig(List<AWSAssociatedVPC> associatedVPCs, io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef, String dnsRecordType, List<AWSPrivateLinkInventory> endpointVPCInventory)
credentialsSecretRef - dnsRecordType - associatedVPCs - endpointVPCInventory - public List<AWSAssociatedVPC> getAssociatedVPCs()
public void setAssociatedVPCs(List<AWSAssociatedVPC> associatedVPCs)
public io.fabric8.kubernetes.api.model.LocalObjectReference getCredentialsSecretRef()
public void setCredentialsSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef)
public String getDnsRecordType()
public void setDnsRecordType(String dnsRecordType)
public List<AWSPrivateLinkInventory> getEndpointVPCInventory()
public void setEndpointVPCInventory(List<AWSPrivateLinkInventory> endpointVPCInventory)
Copyright © 2015–2022 Red Hat. All rights reserved.