Package | Description |
---|---|
com.oracle.bmc.core.model | |
com.oracle.bmc.core.requests |
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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2016–2024. All rights reserved.