public class PrivateLinkAccessStatus extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
PrivateLinkAccessStatus()
No args constructor for use in serialization
|
PrivateLinkAccessStatus(String hostedZoneID,
String vpcEndpointID,
VPCEndpointService vpcEndpointService) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getHostedZoneID() |
String |
getVpcEndpointID() |
VPCEndpointService |
getVpcEndpointService() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setHostedZoneID(String hostedZoneID) |
void |
setVpcEndpointID(String vpcEndpointID) |
void |
setVpcEndpointService(VPCEndpointService vpcEndpointService) |
public PrivateLinkAccessStatus()
public PrivateLinkAccessStatus(String hostedZoneID, String vpcEndpointID, VPCEndpointService vpcEndpointService)
hostedZoneID - vpcEndpointService - vpcEndpointID - public String getHostedZoneID()
public void setHostedZoneID(String hostedZoneID)
public String getVpcEndpointID()
public void setVpcEndpointID(String vpcEndpointID)
public VPCEndpointService getVpcEndpointService()
public void setVpcEndpointService(VPCEndpointService vpcEndpointService)
Copyright © 2015–2023 Red Hat. All rights reserved.