Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
ServiceIdRequestDetails |
ServiceIdRequestDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ServiceIdRequestDetails> |
CreateServiceGatewayDetails.getServices()
List of the OCIDs of the
Service objects to enable for the service gateway. |
List<ServiceIdRequestDetails> |
UpdateServiceGatewayDetails.getServices()
List of all the
Service objects you want enabled on this service gateway. |
Modifier and Type | Method and Description |
---|---|
ServiceIdRequestDetails.Builder |
ServiceIdRequestDetails.Builder.copy(ServiceIdRequestDetails model) |
Modifier and Type | Method and Description |
---|---|
CreateServiceGatewayDetails.Builder |
CreateServiceGatewayDetails.Builder.services(List<ServiceIdRequestDetails> services)
List of the OCIDs of the
Service 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 and 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.
|
Copyright © 2016–2024. All rights reserved.