Class PSCEndpoint
- java.lang.Object
-
- io.fabric8.openshift.api.model.installer.gcp.v1.PSCEndpoint
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<PSCEndpointBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class PSCEndpoint extends Object implements io.fabric8.kubernetes.api.builder.Editable<PSCEndpointBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
PSCEndpoint contains the information to describe a Private Service Connect endpoint.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PSCEndpoint()No args constructor for use in serializationPSCEndpoint(Boolean clusterUseOnly, String name, String region)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PSCEndpointBuilderedit()Map<String,Object>getAdditionalProperties()BooleangetClusterUseOnly()ClusterUseOnly should be set to true when the installer should use the public api endpoints and all cluster operators should use the api endpoint overrides.StringgetName()Name contains the name of the private service connect endpoint.StringgetRegion()Region is the region where the endpoint resides.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetClusterUseOnly(Boolean clusterUseOnly)ClusterUseOnly should be set to true when the installer should use the public api endpoints and all cluster operators should use the api endpoint overrides.voidsetName(String name)Name contains the name of the private service connect endpoint.voidsetRegion(String region)Region is the region where the endpoint resides.PSCEndpointBuildertoBuilder()
-
-
-
Method Detail
-
getClusterUseOnly
public Boolean getClusterUseOnly()
ClusterUseOnly should be set to true when the installer should use the public api endpoints and all cluster operators should use the api endpoint overrides. The value should be false when the installer and cluster operators should use the api endpoint overrides; that is, the installer is being run in the same network as the cluster.
-
setClusterUseOnly
public void setClusterUseOnly(Boolean clusterUseOnly)
ClusterUseOnly should be set to true when the installer should use the public api endpoints and all cluster operators should use the api endpoint overrides. The value should be false when the installer and cluster operators should use the api endpoint overrides; that is, the installer is being run in the same network as the cluster.
-
getName
public String getName()
Name contains the name of the private service connect endpoint.
-
setName
public void setName(String name)
Name contains the name of the private service connect endpoint.
-
getRegion
public String getRegion()
Region is the region where the endpoint resides. When the region is empty, the location is assumed to be global.
-
setRegion
public void setRegion(String region)
Region is the region where the endpoint resides. When the region is empty, the location is assumed to be global.
-
edit
public PSCEndpointBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PSCEndpointBuilder>
-
toBuilder
public PSCEndpointBuilder toBuilder()
-
-