Interface GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipeOrBuilder (2.3.2)

public static interface GuestPolicies.EffectiveGuestPolicy.SourcedSoftwareRecipeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSoftwareRecipe()

public abstract GuestPolicies.SoftwareRecipe getSoftwareRecipe()

A software recipe to configure on the VM instance.

.google.cloud.osconfig.v1beta.SoftwareRecipe software_recipe = 2;

Returns
TypeDescription
GuestPolicies.SoftwareRecipe

The softwareRecipe.

getSoftwareRecipeOrBuilder()

public abstract GuestPolicies.SoftwareRecipeOrBuilder getSoftwareRecipeOrBuilder()

A software recipe to configure on the VM instance.

.google.cloud.osconfig.v1beta.SoftwareRecipe software_recipe = 2;

Returns
TypeDescription
GuestPolicies.SoftwareRecipeOrBuilder

getSource()

public abstract String getSource()

Name of the guest policy providing this config.

string source = 1;

Returns
TypeDescription
String

The source.

getSourceBytes()

public abstract ByteString getSourceBytes()

Name of the guest policy providing this config.

string source = 1;

Returns
TypeDescription
ByteString

The bytes for source.

hasSoftwareRecipe()

public abstract boolean hasSoftwareRecipe()

A software recipe to configure on the VM instance.

.google.cloud.osconfig.v1beta.SoftwareRecipe software_recipe = 2;

Returns
TypeDescription
boolean

Whether the softwareRecipe field is set.