Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement.model |
Modifier and Type | Method and Description |
---|---|
ConfigAssociationDetails |
ConfigAssociationDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ConfigAssociationDetails> |
ProductConfigCategoryDetails.getCompatibleProducts()
Products compatible with this Product.
|
List<ConfigAssociationDetails> |
ProductConfigCategoryDetails.getCredentials()
OCID for the Credential name to be associated with the Product.
|
List<ConfigAssociationDetails> |
ProductStackAsProductSubCategoryDetails.getCredentials()
OCID for the Credential name to be associated with the Product Stack.
|
List<ConfigAssociationDetails> |
ScriptBasedExecutionDetails.getCredentials()
Credentials required for executing the task.
|
List<ConfigAssociationDetails> |
ProductConfigCategoryDetails.getPatchTypes()
Patch Types associated with this Product.
|
List<ConfigAssociationDetails> |
ProductStackAsProductSubCategoryDetails.getPatchTypes()
Patch Types associated with this Product Stack which will be considered as Product.
|
List<ConfigAssociationDetails> |
ProductStackConfigCategoryDetails.getProducts()
Products that belong to the stack.
|
Modifier and Type | Method and Description |
---|---|
ConfigAssociationDetails.Builder |
ConfigAssociationDetails.Builder.copy(ConfigAssociationDetails model) |
Modifier and Type | Method and Description |
---|---|
ProductConfigCategoryDetails.Builder |
ProductConfigCategoryDetails.Builder.compatibleProducts(List<ConfigAssociationDetails> compatibleProducts)
Products compatible with this Product.
|
ProductConfigCategoryDetails.Builder |
ProductConfigCategoryDetails.Builder.credentials(List<ConfigAssociationDetails> credentials)
OCID for the Credential name to be associated with the Product.
|
ProductStackAsProductSubCategoryDetails.Builder |
ProductStackAsProductSubCategoryDetails.Builder.credentials(List<ConfigAssociationDetails> credentials)
OCID for the Credential name to be associated with the Product Stack.
|
ScriptBasedExecutionDetails.Builder |
ScriptBasedExecutionDetails.Builder.credentials(List<ConfigAssociationDetails> credentials)
Credentials required for executing the task.
|
ProductConfigCategoryDetails.Builder |
ProductConfigCategoryDetails.Builder.patchTypes(List<ConfigAssociationDetails> patchTypes)
Patch Types associated with this Product.
|
ProductStackAsProductSubCategoryDetails.Builder |
ProductStackAsProductSubCategoryDetails.Builder.patchTypes(List<ConfigAssociationDetails> patchTypes)
Patch Types associated with this Product Stack which will be considered as Product.
|
ProductStackConfigCategoryDetails.Builder |
ProductStackConfigCategoryDetails.Builder.products(List<ConfigAssociationDetails> products)
Products that belong to the stack.
|
Copyright © 2016–2024. All rights reserved.