Class PrivateLinkAccessStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.aws.v1.PrivateLinkAccessStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<PrivateLinkAccessStatusBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class PrivateLinkAccessStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<PrivateLinkAccessStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
PrivateLinkAccessStatus contains the observed state for PrivateLinkAccess resources.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrivateLinkAccessStatus()No args constructor for use in serializationPrivateLinkAccessStatus(String hostedZoneID, String vpcEndpointID, VPCEndpointService vpcEndpointService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivateLinkAccessStatusBuilderedit()Map<String,Object>getAdditionalProperties()StringgetHostedZoneID()PrivateLinkAccessStatus contains the observed state for PrivateLinkAccess resources.StringgetVpcEndpointID()PrivateLinkAccessStatus contains the observed state for PrivateLinkAccess resources.VPCEndpointServicegetVpcEndpointService()PrivateLinkAccessStatus contains the observed state for PrivateLinkAccess resources.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetHostedZoneID(String hostedZoneID)PrivateLinkAccessStatus contains the observed state for PrivateLinkAccess resources.voidsetVpcEndpointID(String vpcEndpointID)PrivateLinkAccessStatus contains the observed state for PrivateLinkAccess resources.voidsetVpcEndpointService(VPCEndpointService vpcEndpointService)PrivateLinkAccessStatus contains the observed state for PrivateLinkAccess resources.PrivateLinkAccessStatusBuildertoBuilder()
-
-
-
Constructor Detail
-
PrivateLinkAccessStatus
public PrivateLinkAccessStatus()
No args constructor for use in serialization
-
PrivateLinkAccessStatus
public PrivateLinkAccessStatus(String hostedZoneID, String vpcEndpointID, VPCEndpointService vpcEndpointService)
-
-
Method Detail
-
getHostedZoneID
public String getHostedZoneID()
PrivateLinkAccessStatus contains the observed state for PrivateLinkAccess resources.
-
setHostedZoneID
public void setHostedZoneID(String hostedZoneID)
PrivateLinkAccessStatus contains the observed state for PrivateLinkAccess resources.
-
getVpcEndpointID
public String getVpcEndpointID()
PrivateLinkAccessStatus contains the observed state for PrivateLinkAccess resources.
-
setVpcEndpointID
public void setVpcEndpointID(String vpcEndpointID)
PrivateLinkAccessStatus contains the observed state for PrivateLinkAccess resources.
-
getVpcEndpointService
public VPCEndpointService getVpcEndpointService()
PrivateLinkAccessStatus contains the observed state for PrivateLinkAccess resources.
-
setVpcEndpointService
public void setVpcEndpointService(VPCEndpointService vpcEndpointService)
PrivateLinkAccessStatus contains the observed state for PrivateLinkAccess resources.
-
edit
public PrivateLinkAccessStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PrivateLinkAccessStatusBuilder>
-
toBuilder
public PrivateLinkAccessStatusBuilder toBuilder()
-
-