Uses of Class
com.oracle.bmc.integration.model.IntegrationInstance.Shape
-
Packages that use IntegrationInstance.Shape Package Description com.oracle.bmc.integration.model -
-
Uses of IntegrationInstance.Shape in com.oracle.bmc.integration.model
Methods in com.oracle.bmc.integration.model that return IntegrationInstance.Shape Modifier and Type Method Description static IntegrationInstance.Shape
IntegrationInstance.Shape. create(String key)
IntegrationInstance.Shape
IntegrationInstance. getShape()
Shapestatic IntegrationInstance.Shape
IntegrationInstance.Shape. valueOf(String name)
Returns the enum constant of this type with the specified name.static IntegrationInstance.Shape[]
IntegrationInstance.Shape. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.integration.model with parameters of type IntegrationInstance.Shape Modifier and Type Method Description IntegrationInstance.Builder
IntegrationInstance.Builder. shape(IntegrationInstance.Shape shape)
ShapeConstructors in com.oracle.bmc.integration.model with parameters of type IntegrationInstance.Shape Constructor Description IntegrationInstance(String id, String displayName, String compartmentId, IntegrationInstance.IntegrationInstanceType integrationInstanceType, Date timeCreated, Date timeUpdated, IntegrationInstance.LifecycleState lifecycleState, String lifecycleDetails, String stateMessage, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Boolean isByol, String instanceUrl, String instanceDesignTimeUrl, Integer messagePacks, Boolean isFileServerEnabled, Boolean isVisualBuilderEnabled, CustomEndpointDetails customEndpoint, List<CustomEndpointDetails> alternateCustomEndpoints, IntegrationInstance.ConsumptionModel consumptionModel, NetworkEndpointDetails networkEndpointDetails, IdcsInfoDetails idcsInfo, List<AttachmentDetails> attachments, IntegrationInstance.Shape shape, OutboundConnection privateEndpointOutboundConnection, Boolean isDisasterRecoveryEnabled, DisasterRecoveryDetails disasterRecoveryDetails, IntegrationInstance.DataRetentionPeriod dataRetentionPeriod)
Deprecated.
-