Package | Description |
---|---|
com.oracle.bmc.applicationmigration.model |
Modifier and Type | Method and Description |
---|---|
ResourceField |
ResourceField.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ResourceField> |
ConfigurationField.getResourceList()
A list of resources associated with a specific configuration object.
|
Modifier and Type | Method and Description |
---|---|
ResourceField.Builder |
ResourceField.Builder.copy(ResourceField model) |
Modifier and Type | Method and Description |
---|---|
ConfigurationField.Builder |
ConfigurationField.Builder.resourceList(List<ResourceField> resourceList)
A list of resources associated with a specific configuration object.
|
Constructor and Description |
---|
ConfigurationField(String name,
String group,
String type,
String value,
String description,
List<ResourceField> resourceList,
Boolean isRequired,
Boolean isMutable)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.