Uses of Class
com.oracle.bmc.vnmonitoring.model.ServiceIdRequestDetails
-
Packages that use ServiceIdRequestDetails Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of ServiceIdRequestDetails in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return ServiceIdRequestDetails Modifier and Type Method Description ServiceIdRequestDetails
ServiceIdRequestDetails.Builder. build()
Methods in com.oracle.bmc.vnmonitoring.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.vnmonitoring.model with parameters of type ServiceIdRequestDetails Modifier and Type Method Description ServiceIdRequestDetails.Builder
ServiceIdRequestDetails.Builder. copy(ServiceIdRequestDetails model)
Method parameters in com.oracle.bmc.vnmonitoring.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.vnmonitoring.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.
-