Uses of Interface
com.google.cloud.osconfig.v1beta.GuestPolicies.SoftwareRecipeOrBuilder
-
Packages that use GuestPolicies.SoftwareRecipeOrBuilder Package Description com.google.cloud.osconfig.v1beta A client to OS Config API -
-
Uses of GuestPolicies.SoftwareRecipeOrBuilder in com.google.cloud.osconfig.v1beta
Classes in com.google.cloud.osconfig.v1beta that implement GuestPolicies.SoftwareRecipeOrBuilder Modifier and Type Class Description static class
GuestPolicies.SoftwareRecipe
A software recipe is a set of instructions for installing and configuring a piece of software.static class
GuestPolicies.SoftwareRecipe.Builder
A software recipe is a set of instructions for installing and configuring a piece of software.Methods in com.google.cloud.osconfig.v1beta that return GuestPolicies.SoftwareRecipeOrBuilder Modifier and Type Method Description GuestPolicies.SoftwareRecipeOrBuilder
GuestPolicies.GuestPolicy.Builder. getRecipesOrBuilder(int index)
A list of Recipes to install on the VM instance.GuestPolicies.SoftwareRecipeOrBuilder
GuestPolicies.GuestPolicy. getRecipesOrBuilder(int index)
A list of Recipes to install on the VM instance.GuestPolicies.SoftwareRecipeOrBuilder
GuestPolicies.GuestPolicyOrBuilder. getRecipesOrBuilder(int index)
A list of Recipes to install on the VM instance.GuestPolicies.SoftwareRecipeOrBuilder
GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe.Builder. getSoftwareRecipeOrBuilder()
A software recipe to configure on the VM instance.GuestPolicies.SoftwareRecipeOrBuilder
GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipe. getSoftwareRecipeOrBuilder()
A software recipe to configure on the VM instance.GuestPolicies.SoftwareRecipeOrBuilder
GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipeOrBuilder. getSoftwareRecipeOrBuilder()
A software recipe to configure on the VM instance.Methods in com.google.cloud.osconfig.v1beta that return types with arguments of type GuestPolicies.SoftwareRecipeOrBuilder Modifier and Type Method Description List<? extends GuestPolicies.SoftwareRecipeOrBuilder>
GuestPolicies.GuestPolicy.Builder. getRecipesOrBuilderList()
A list of Recipes to install on the VM instance.List<? extends GuestPolicies.SoftwareRecipeOrBuilder>
GuestPolicies.GuestPolicy. getRecipesOrBuilderList()
A list of Recipes to install on the VM instance.List<? extends GuestPolicies.SoftwareRecipeOrBuilder>
GuestPolicies.GuestPolicyOrBuilder. getRecipesOrBuilderList()
A list of Recipes to install on the VM instance.
-