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 ServiceIdRequestDetails
ServiceIdRequestDetails.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 theService
objects 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.Builder
ServiceIdRequestDetails.Builder. copy(ServiceIdRequestDetails model)
Method parameters in com.oracle.bmc.core.model with type arguments of type ServiceIdRequestDetails Modifier and Type Method Description CreateServiceGatewayDetails.Builder
CreateServiceGatewayDetails.Builder. services(List<ServiceIdRequestDetails> services)
List of the OCIDs of theService
objects to enable for the service gateway.UpdateServiceGatewayDetails.Builder
UpdateServiceGatewayDetails.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 ServiceIdRequestDetails
AttachServiceIdRequest. getAttachServiceDetails()
ServiceId of Service to be attached to a service gateway.ServiceIdRequestDetails
AttachServiceIdRequest. getBody$()
Alternative accessor for the body parameter.ServiceIdRequestDetails
DetachServiceIdRequest. getBody$()
Alternative accessor for the body parameter.ServiceIdRequestDetails
DetachServiceIdRequest. 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.Builder
AttachServiceIdRequest.Builder. attachServiceDetails(ServiceIdRequestDetails attachServiceDetails)
ServiceId of Service to be attached to a service gateway.AttachServiceIdRequest.Builder
AttachServiceIdRequest.Builder. body$(ServiceIdRequestDetails body)
Alternative setter for the body parameter.DetachServiceIdRequest.Builder
DetachServiceIdRequest.Builder. body$(ServiceIdRequestDetails body)
Alternative setter for the body parameter.DetachServiceIdRequest.Builder
DetachServiceIdRequest.Builder. detachServiceDetails(ServiceIdRequestDetails detachServiceDetails)
ServiceId of Service to be detached from a service gateway.
-