Class PrivateServiceConnect
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.gcp.v1.PrivateServiceConnect
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<PrivateServiceConnectBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class PrivateServiceConnect extends Object implements io.fabric8.kubernetes.api.builder.Editable<PrivateServiceConnectBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
PrivateServiceConnectAccess configures access to the cluster API using GCP Private Service Connect- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrivateServiceConnect()No args constructor for use in serializationPrivateServiceConnect(Boolean enabled, ServiceAttachment serviceAttachment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivateServiceConnectBuilderedit()Map<String,Object>getAdditionalProperties()BooleangetEnabled()Enabled specifies if Private Service Connect is to be enabled on the cluster.ServiceAttachmentgetServiceAttachment()PrivateServiceConnectAccess configures access to the cluster API using GCP Private Service ConnectvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetEnabled(Boolean enabled)Enabled specifies if Private Service Connect is to be enabled on the cluster.voidsetServiceAttachment(ServiceAttachment serviceAttachment)PrivateServiceConnectAccess configures access to the cluster API using GCP Private Service ConnectPrivateServiceConnectBuildertoBuilder()
-
-
-
Constructor Detail
-
PrivateServiceConnect
public PrivateServiceConnect()
No args constructor for use in serialization
-
PrivateServiceConnect
public PrivateServiceConnect(Boolean enabled, ServiceAttachment serviceAttachment)
-
-
Method Detail
-
getEnabled
public Boolean getEnabled()
Enabled specifies if Private Service Connect is to be enabled on the cluster.
-
setEnabled
public void setEnabled(Boolean enabled)
Enabled specifies if Private Service Connect is to be enabled on the cluster.
-
getServiceAttachment
public ServiceAttachment getServiceAttachment()
PrivateServiceConnectAccess configures access to the cluster API using GCP Private Service Connect
-
setServiceAttachment
public void setServiceAttachment(ServiceAttachment serviceAttachment)
PrivateServiceConnectAccess configures access to the cluster API using GCP Private Service Connect
-
edit
public PrivateServiceConnectBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PrivateServiceConnectBuilder>
-
toBuilder
public PrivateServiceConnectBuilder toBuilder()
-
-