Class GuestPoliciesRecipeArtifactRemote


  • public final class GuestPoliciesRecipeArtifactRemote
    extends java.lang.Object
    • Method Detail

      • checkSum

        public java.util.Optional<java.lang.String> checkSum()
        Returns:
        Must be provided if allowInsecure is false. SHA256 checksum in hex format, to compare to the checksum of the artifact. If the checksum is not empty and it doesn't match the artifact then the recipe installation fails before running any of the steps.
      • uri

        public java.util.Optional<java.lang.String> uri()
        Returns:
        URI from which to fetch the object. It should contain both the protocol and path following the format {protocol}://{location}.