static GuestPolicies.DesiredState |
GuestPolicies.DesiredState.forNumber(int value) |
|
GuestPolicies.DesiredState |
GuestPolicies.Package.Builder.getDesiredState() |
The desired_state the agent should maintain for this package.
|
GuestPolicies.DesiredState |
GuestPolicies.Package.getDesiredState() |
The desired_state the agent should maintain for this package.
|
GuestPolicies.DesiredState |
GuestPolicies.PackageOrBuilder.getDesiredState() |
The desired_state the agent should maintain for this package.
|
GuestPolicies.DesiredState |
GuestPolicies.SoftwareRecipe.Builder.getDesiredState() |
Default is INSTALLED.
|
GuestPolicies.DesiredState |
GuestPolicies.SoftwareRecipe.getDesiredState() |
Default is INSTALLED.
|
GuestPolicies.DesiredState |
GuestPolicies.SoftwareRecipeOrBuilder.getDesiredState() |
Default is INSTALLED.
|
static GuestPolicies.DesiredState |
GuestPolicies.DesiredState.valueOf(int value) |
Deprecated.
|
static GuestPolicies.DesiredState |
GuestPolicies.DesiredState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static GuestPolicies.DesiredState |
GuestPolicies.DesiredState.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static GuestPolicies.DesiredState[] |
GuestPolicies.DesiredState.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|