public class AWSAssociatedVPC extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
AWSAssociatedVPC()
No args constructor for use in serialization
|
AWSAssociatedVPC(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef,
String region,
String vpcID) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
io.fabric8.kubernetes.api.model.LocalObjectReference |
getCredentialsSecretRef() |
String |
getRegion() |
String |
getVpcID() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCredentialsSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef) |
void |
setRegion(String region) |
void |
setVpcID(String vpcID) |
public AWSAssociatedVPC()
public io.fabric8.kubernetes.api.model.LocalObjectReference getCredentialsSecretRef()
public void setCredentialsSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef)
public String getRegion()
public void setRegion(String region)
public String getVpcID()
public void setVpcID(String vpcID)
Copyright © 2015–2023 Red Hat. All rights reserved.