Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.GiGoalSoftwareComponentDetails.HomePolicy
-
Packages that use GiGoalSoftwareComponentDetails.HomePolicy Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of GiGoalSoftwareComponentDetails.HomePolicy in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return GiGoalSoftwareComponentDetails.HomePolicy Modifier and Type Method Description static GiGoalSoftwareComponentDetails.HomePolicy
GiGoalSoftwareComponentDetails.HomePolicy. create(String key)
GiGoalSoftwareComponentDetails.HomePolicy
GiGoalSoftwareComponentDetails. getHomePolicy()
Goal home policy to use when Staging the Goal Version during patching.static GiGoalSoftwareComponentDetails.HomePolicy
GiGoalSoftwareComponentDetails.HomePolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static GiGoalSoftwareComponentDetails.HomePolicy[]
GiGoalSoftwareComponentDetails.HomePolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type GiGoalSoftwareComponentDetails.HomePolicy Modifier and Type Method Description GiGoalSoftwareComponentDetails.Builder
GiGoalSoftwareComponentDetails.Builder. homePolicy(GiGoalSoftwareComponentDetails.HomePolicy homePolicy)
Goal home policy to use when Staging the Goal Version during patching.Constructors in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type GiGoalSoftwareComponentDetails.HomePolicy Constructor Description GiGoalSoftwareComponentDetails(GiGoalVersionDetails goalVersionDetails, GiGoalSoftwareComponentDetails.HomePolicy homePolicy, String newHomePrefix)
Deprecated.
-