Uses of Class
com.oracle.bmc.recovery.model.ChangeRecoveryServiceSubnetCompartmentDetails
-
Packages that use ChangeRecoveryServiceSubnetCompartmentDetails Package Description com.oracle.bmc.recovery.model com.oracle.bmc.recovery.requests -
-
Uses of ChangeRecoveryServiceSubnetCompartmentDetails in com.oracle.bmc.recovery.model
Methods in com.oracle.bmc.recovery.model that return ChangeRecoveryServiceSubnetCompartmentDetails Modifier and Type Method Description ChangeRecoveryServiceSubnetCompartmentDetails
ChangeRecoveryServiceSubnetCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.recovery.model with parameters of type ChangeRecoveryServiceSubnetCompartmentDetails Modifier and Type Method Description ChangeRecoveryServiceSubnetCompartmentDetails.Builder
ChangeRecoveryServiceSubnetCompartmentDetails.Builder. copy(ChangeRecoveryServiceSubnetCompartmentDetails model)
-
Uses of ChangeRecoveryServiceSubnetCompartmentDetails in com.oracle.bmc.recovery.requests
Methods in com.oracle.bmc.recovery.requests that return ChangeRecoveryServiceSubnetCompartmentDetails Modifier and Type Method Description ChangeRecoveryServiceSubnetCompartmentDetails
ChangeRecoveryServiceSubnetCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeRecoveryServiceSubnetCompartmentDetails
ChangeRecoveryServiceSubnetCompartmentRequest. getChangeRecoveryServiceSubnetCompartmentDetails()
The configuration details required to move a Recovery Service subnet from the existing compartment to a specified compartment.Methods in com.oracle.bmc.recovery.requests with parameters of type ChangeRecoveryServiceSubnetCompartmentDetails Modifier and Type Method Description ChangeRecoveryServiceSubnetCompartmentRequest.Builder
ChangeRecoveryServiceSubnetCompartmentRequest.Builder. body$(ChangeRecoveryServiceSubnetCompartmentDetails body)
Alternative setter for the body parameter.ChangeRecoveryServiceSubnetCompartmentRequest.Builder
ChangeRecoveryServiceSubnetCompartmentRequest.Builder. changeRecoveryServiceSubnetCompartmentDetails(ChangeRecoveryServiceSubnetCompartmentDetails changeRecoveryServiceSubnetCompartmentDetails)
The configuration details required to move a Recovery Service subnet from the existing compartment to a specified compartment.
-