Uses of Class
com.oracle.bmc.fleetappsmanagement.model.ResourceSelection
-
Packages that use ResourceSelection Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of ResourceSelection in com.oracle.bmc.fleetappsmanagement.model
Subclasses of ResourceSelection in com.oracle.bmc.fleetappsmanagement.model Modifier and Type Class Description class
DynamicResourceSelection
Dynamic Resource Selection Type
Note: Objects should always be created or deserialized using theDynamicResourceSelection.Builder
.class
ManualResourceSelection
Manual Resource Selection Type
Note: Objects should always be created or deserialized using theManualResourceSelection.Builder
.Methods in com.oracle.bmc.fleetappsmanagement.model that return ResourceSelection Modifier and Type Method Description ResourceSelection
CreateFleetDetails. getResourceSelection()
ResourceSelection
Fleet. getResourceSelection()
ResourceSelection
UpdateFleetDetails. getResourceSelection()
Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type ResourceSelection Modifier and Type Method Description CreateFleetDetails.Builder
CreateFleetDetails.Builder. resourceSelection(ResourceSelection resourceSelection)
Fleet.Builder
Fleet.Builder. resourceSelection(ResourceSelection resourceSelection)
UpdateFleetDetails.Builder
UpdateFleetDetails.Builder. resourceSelection(ResourceSelection resourceSelection)
Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type ResourceSelection Constructor Description CreateFleetDetails(String displayName, String description, String compartmentId, FleetDetails details, List<String> products, String environmentType, ResourceSelection resourceSelection, List<NotificationPreference> notificationPreferences, List<AssociatedFleetResourceDetails> resources, List<AssociatedFleetCredentialDetails> credentials, List<AssociatedFleetPropertyDetails> properties, String parentFleetId, Boolean isTargetAutoConfirm, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.Fleet(String id, String compartmentId, String resourceRegion, String displayName, String description, Date timeCreated, Date timeUpdated, List<String> products, FleetDetails details, String environmentType, ResourceSelection resourceSelection, List<NotificationPreference> notificationPreferences, List<AssociatedFleetResourceDetails> resources, List<AssociatedFleetPropertyDetails> properties, List<AssociatedFleetCredentialDetails> credentials, String parentFleetId, Boolean isTargetAutoConfirm, Fleet.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.UpdateFleetDetails(String displayName, String description, List<NotificationPreference> notificationPreferences, Boolean isTargetAutoConfirm, ResourceSelection resourceSelection, List<String> products, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-