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