Package | Description |
---|---|
com.oracle.bmc.fleetsoftwareupdate.model |
Modifier and Type | Method and Description |
---|---|
static FsuGoalVersionDetails.HomePolicy |
FsuGoalVersionDetails.HomePolicy.create(String key) |
FsuGoalVersionDetails.HomePolicy |
FsuGoalVersionDetails.getHomePolicy()
Goal home policy to use when Staging the Goal Version during patching.
|
static FsuGoalVersionDetails.HomePolicy |
FsuGoalVersionDetails.HomePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FsuGoalVersionDetails.HomePolicy[] |
FsuGoalVersionDetails.HomePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ImageIdFsuTargetDetails.Builder |
ImageIdFsuTargetDetails.Builder.homePolicy(FsuGoalVersionDetails.HomePolicy homePolicy) |
VersionFsuTargetDetails.Builder |
VersionFsuTargetDetails.Builder.homePolicy(FsuGoalVersionDetails.HomePolicy homePolicy) |
Constructor and Description |
---|
FsuGoalVersionDetails(FsuGoalVersionDetails.HomePolicy homePolicy,
String newHomePrefix)
Deprecated.
|
ImageIdFsuTargetDetails(FsuGoalVersionDetails.HomePolicy homePolicy,
String newHomePrefix,
String softwareImageId)
Deprecated.
|
VersionFsuTargetDetails(FsuGoalVersionDetails.HomePolicy homePolicy,
String newHomePrefix,
String version)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.