Package com.pulumi.gcp.osconfig.outputs
Class GuestPoliciesRecipeArtifact
- java.lang.Object
-
- com.pulumi.gcp.osconfig.outputs.GuestPoliciesRecipeArtifact
-
public final class GuestPoliciesRecipeArtifact extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GuestPoliciesRecipeArtifact.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.Boolean>
allowInsecure()
static GuestPoliciesRecipeArtifact.Builder
builder()
static GuestPoliciesRecipeArtifact.Builder
builder(GuestPoliciesRecipeArtifact defaults)
java.util.Optional<GuestPoliciesRecipeArtifactGcs>
gcs()
java.lang.String
id()
java.util.Optional<GuestPoliciesRecipeArtifactRemote>
remote()
-
-
-
Method Detail
-
allowInsecure
public java.util.Optional<java.lang.Boolean> allowInsecure()
- Returns:
- Defaults to false. When false, recipes are subject to validations based on the artifact type: Remote: A checksum must be specified, and only protocols with transport-layer security are permitted. GCS: An object generation number must be specified.
-
gcs
public java.util.Optional<GuestPoliciesRecipeArtifactGcs> gcs()
- Returns:
- A Google Cloud Storage artifact. Structure is documented below.
-
id
public java.lang.String id()
- Returns:
- Id of the artifact, which the installation and update steps of this recipe can reference. Artifacts in a recipe cannot have the same id.
-
remote
public java.util.Optional<GuestPoliciesRecipeArtifactRemote> remote()
- Returns:
- A generic remote artifact. Structure is documented below.
-
builder
public static GuestPoliciesRecipeArtifact.Builder builder()
-
builder
public static GuestPoliciesRecipeArtifact.Builder builder(GuestPoliciesRecipeArtifact defaults)
-
-