Class ServiceAttachment
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.gcp.v1.ServiceAttachment
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ServiceAttachmentBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ServiceAttachment extends Object implements io.fabric8.kubernetes.api.builder.Editable<ServiceAttachmentBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ServiceAttachment configures the service attachment to be used by the cluster- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceAttachment()No args constructor for use in serializationServiceAttachment(ServiceAttachmentSubnet subnet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceAttachmentBuilderedit()Map<String,Object>getAdditionalProperties()ServiceAttachmentSubnetgetSubnet()ServiceAttachment configures the service attachment to be used by the clustervoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetSubnet(ServiceAttachmentSubnet subnet)ServiceAttachment configures the service attachment to be used by the clusterServiceAttachmentBuildertoBuilder()
-
-
-
Constructor Detail
-
ServiceAttachment
public ServiceAttachment()
No args constructor for use in serialization
-
ServiceAttachment
public ServiceAttachment(ServiceAttachmentSubnet subnet)
-
-
Method Detail
-
getSubnet
public ServiceAttachmentSubnet getSubnet()
ServiceAttachment configures the service attachment to be used by the cluster
-
setSubnet
public void setSubnet(ServiceAttachmentSubnet subnet)
ServiceAttachment configures the service attachment to be used by the cluster
-
edit
public ServiceAttachmentBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ServiceAttachmentBuilder>
-
toBuilder
public ServiceAttachmentBuilder toBuilder()
-
-