Class GetConfigResult


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

      • base64Encode

        public java.lang.Boolean base64Encode()
        Returns:
        Specify whether or not to base64 encode the `rendered` output. Defaults to `true`, and cannot be disabled if gzip is `true`.
      • boundary

        public java.lang.String boundary()
        Returns:
        Specify the Writer's default boundary separator. Defaults to `MIMEBOUNDARY`.
      • gzip

        public java.lang.Boolean gzip()
        Returns:
        Specify whether or not to gzip the `rendered` output. Defaults to `true`.
      • id

        public java.lang.String id()
        Returns:
        [CRC-32](https://pkg.go.dev/hash/crc32) checksum of `rendered` cloud-init config.
      • parts

        public java.util.List<GetConfigPart> parts()
        Returns:
        A nested block type which adds a file to the generated cloud-init configuration. Use multiple `part` blocks to specify multiple files, which will be included in order of declaration in the final MIME document.
      • rendered

        public java.lang.String rendered()
        Returns:
        The final rendered multi-part cloud-init config.