Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement.model |
Modifier and Type | Method and Description |
---|---|
AssociatedFleetPropertyDetails |
AssociatedFleetPropertyDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AssociatedFleetPropertyDetails> |
Fleet.getProperties()
Properties associated with the Fleet.
|
Modifier and Type | Method and Description |
---|---|
AssociatedFleetPropertyDetails.Builder |
AssociatedFleetPropertyDetails.Builder.copy(AssociatedFleetPropertyDetails model) |
Modifier and Type | Method and Description |
---|---|
Fleet.Builder |
Fleet.Builder.properties(List<AssociatedFleetPropertyDetails> properties)
Properties associated with the Fleet.
|
Constructor and Description |
---|
Fleet(String id,
String compartmentId,
String resourceRegion,
String displayName,
String description,
Date timeCreated,
Date timeUpdated,
Fleet.FleetType fleetType,
List<String> products,
String applicationType,
String environmentType,
Fleet.GroupType groupType,
Fleet.ResourceSelectionType resourceSelectionType,
SelectionCriteria ruleSelectionCriteria,
NotificationPreferences notificationPreferences,
List<AssociatedFleetResourceDetails> resources,
List<AssociatedFleetPropertyDetails> properties,
List<AssociatedFleetCredentialDetails> credentials,
Boolean isTargetAutoConfirm,
Fleet.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.