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