Class GuestPoliciesRecipeArtifact


  • public final class GuestPoliciesRecipeArtifact
    extends java.lang.Object
    • 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.
      • 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.