Package | Description |
---|---|
com.oracle.bmc.oda.model |
Modifier and Type | Method and Description |
---|---|
RestrictedOperation |
RestrictedOperation.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<RestrictedOperation> |
OdaInstance.getRestrictedOperations()
A list of restricted operations (across all attachments) for this instance (if any).
|
Modifier and Type | Method and Description |
---|---|
RestrictedOperation.Builder |
RestrictedOperation.Builder.copy(RestrictedOperation model) |
Modifier and Type | Method and Description |
---|---|
OdaInstance.Builder |
OdaInstance.Builder.restrictedOperations(List<RestrictedOperation> restrictedOperations)
A list of restricted operations (across all attachments) for this instance (if any).
|
Constructor and Description |
---|
OdaInstance(String id,
String displayName,
String description,
String compartmentId,
OdaInstance.ShapeName shapeName,
String webAppUrl,
String connectorUrl,
Date timeCreated,
Date timeUpdated,
OdaInstance.LifecycleState lifecycleState,
OdaInstance.LifecycleSubState lifecycleSubState,
String stateMessage,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Boolean isRoleBasedAccess,
String identityDomain,
String identityAppGuid,
String identityAppConsoleUrl,
List<String> importedPackageNames,
List<String> importedPackageIds,
List<String> attachmentTypes,
List<String> attachmentIds,
List<RestrictedOperation> restrictedOperations)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.