Class PrivateServiceConnectStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.gcp.v1.PrivateServiceConnectStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<PrivateServiceConnectStatusBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class PrivateServiceConnectStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<PrivateServiceConnectStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
PrivateServiceConnectStatus contains the observed state for PrivateServiceConnect resources.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrivateServiceConnectStatus()No args constructor for use in serializationPrivateServiceConnectStatus(String endpoint, String endpointAddress, String serviceAttachment, String serviceAttachmentFirewall, String serviceAttachmentSubnet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivateServiceConnectStatusBuilderedit()Map<String,Object>getAdditionalProperties()StringgetEndpoint()Endpoint is the selfLink of the endpoint created for the cluster.StringgetEndpointAddress()EndpointAddress is the selfLink of the address created for the cluster endpoint.StringgetServiceAttachment()ServiceAttachment is the selfLink of the service attachment created for the clsuter.StringgetServiceAttachmentFirewall()ServiceAttachmentFirewall is the selfLink of the firewall that allows traffic between the service attachment and the cluster's internal api load balancer.StringgetServiceAttachmentSubnet()ServiceAttachmentSubnet is the selfLink of the subnet that will contain the service attachment.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetEndpoint(String endpoint)Endpoint is the selfLink of the endpoint created for the cluster.voidsetEndpointAddress(String endpointAddress)EndpointAddress is the selfLink of the address created for the cluster endpoint.voidsetServiceAttachment(String serviceAttachment)ServiceAttachment is the selfLink of the service attachment created for the clsuter.voidsetServiceAttachmentFirewall(String serviceAttachmentFirewall)ServiceAttachmentFirewall is the selfLink of the firewall that allows traffic between the service attachment and the cluster's internal api load balancer.voidsetServiceAttachmentSubnet(String serviceAttachmentSubnet)ServiceAttachmentSubnet is the selfLink of the subnet that will contain the service attachment.PrivateServiceConnectStatusBuildertoBuilder()
-
-
-
Method Detail
-
getEndpoint
public String getEndpoint()
Endpoint is the selfLink of the endpoint created for the cluster.
-
setEndpoint
public void setEndpoint(String endpoint)
Endpoint is the selfLink of the endpoint created for the cluster.
-
getEndpointAddress
public String getEndpointAddress()
EndpointAddress is the selfLink of the address created for the cluster endpoint.
-
setEndpointAddress
public void setEndpointAddress(String endpointAddress)
EndpointAddress is the selfLink of the address created for the cluster endpoint.
-
getServiceAttachment
public String getServiceAttachment()
ServiceAttachment is the selfLink of the service attachment created for the clsuter.
-
setServiceAttachment
public void setServiceAttachment(String serviceAttachment)
ServiceAttachment is the selfLink of the service attachment created for the clsuter.
-
getServiceAttachmentFirewall
public String getServiceAttachmentFirewall()
ServiceAttachmentFirewall is the selfLink of the firewall that allows traffic between the service attachment and the cluster's internal api load balancer.
-
setServiceAttachmentFirewall
public void setServiceAttachmentFirewall(String serviceAttachmentFirewall)
ServiceAttachmentFirewall is the selfLink of the firewall that allows traffic between the service attachment and the cluster's internal api load balancer.
-
getServiceAttachmentSubnet
public String getServiceAttachmentSubnet()
ServiceAttachmentSubnet is the selfLink of the subnet that will contain the service attachment.
-
setServiceAttachmentSubnet
public void setServiceAttachmentSubnet(String serviceAttachmentSubnet)
ServiceAttachmentSubnet is the selfLink of the subnet that will contain the service attachment.
-
edit
public PrivateServiceConnectStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PrivateServiceConnectStatusBuilder>
-
toBuilder
public PrivateServiceConnectStatusBuilder toBuilder()
-
-