Uses of Class
com.oracle.bmc.core.model.ServiceIdRequestDetails
-
Packages that use ServiceIdRequestDetails Package Description com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of ServiceIdRequestDetails in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ServiceIdRequestDetails Modifier and Type Method Description ServiceIdRequestDetailsServiceIdRequestDetails.Builder. build()Methods in com.oracle.bmc.core.model that return types with arguments of type ServiceIdRequestDetails Modifier and Type Method Description List<ServiceIdRequestDetails>CreateServiceGatewayDetails. getServices()List of the OCIDs of theServiceobjects to enable for the service gateway.List<ServiceIdRequestDetails>UpdateServiceGatewayDetails. getServices()List of all the Service objects you want enabled on this service gateway.Methods in com.oracle.bmc.core.model with parameters of type ServiceIdRequestDetails Modifier and Type Method Description ServiceIdRequestDetails.BuilderServiceIdRequestDetails.Builder. copy(ServiceIdRequestDetails model)Method parameters in com.oracle.bmc.core.model with type arguments of type ServiceIdRequestDetails Modifier and Type Method Description CreateServiceGatewayDetails.BuilderCreateServiceGatewayDetails.Builder. services(List<ServiceIdRequestDetails> services)List of the OCIDs of theServiceobjects to enable for the service gateway.UpdateServiceGatewayDetails.BuilderUpdateServiceGatewayDetails.Builder. services(List<ServiceIdRequestDetails> services)List of all the Service objects you want enabled on this service gateway.Constructor parameters in com.oracle.bmc.core.model with type arguments of type ServiceIdRequestDetails Constructor Description CreateServiceGatewayDetails(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String routeTableId, List<ServiceIdRequestDetails> services, String vcnId)Deprecated.UpdateServiceGatewayDetails(Boolean blockTraffic, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String routeTableId, List<ServiceIdRequestDetails> services)Deprecated. -
Uses of ServiceIdRequestDetails in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ServiceIdRequestDetails Modifier and Type Method Description ServiceIdRequestDetailsAttachServiceIdRequest. getAttachServiceDetails()ServiceId of Service to be attached to a service gateway.ServiceIdRequestDetailsAttachServiceIdRequest. getBody$()Alternative accessor for the body parameter.ServiceIdRequestDetailsDetachServiceIdRequest. getBody$()Alternative accessor for the body parameter.ServiceIdRequestDetailsDetachServiceIdRequest. getDetachServiceDetails()ServiceId of Service to be detached from a service gateway.Methods in com.oracle.bmc.core.requests with parameters of type ServiceIdRequestDetails Modifier and Type Method Description AttachServiceIdRequest.BuilderAttachServiceIdRequest.Builder. attachServiceDetails(ServiceIdRequestDetails attachServiceDetails)ServiceId of Service to be attached to a service gateway.AttachServiceIdRequest.BuilderAttachServiceIdRequest.Builder. body$(ServiceIdRequestDetails body)Alternative setter for the body parameter.DetachServiceIdRequest.BuilderDetachServiceIdRequest.Builder. body$(ServiceIdRequestDetails body)Alternative setter for the body parameter.DetachServiceIdRequest.BuilderDetachServiceIdRequest.Builder. detachServiceDetails(ServiceIdRequestDetails detachServiceDetails)ServiceId of Service to be detached from a service gateway.
-