View Source GoogleApi.Dataflow.V1b3.Model.StreamingApplianceSnapshotConfig (google_api_dataflow v0.52.0)

Streaming appliance snapshot configuration.

Attributes

  • importStateEndpoint (type: String.t, default: nil) - Indicates which endpoint is used to import appliance state.
  • snapshotId (type: String.t, default: nil) - If set, indicates the snapshot id for the snapshot being performed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataflow.V1b3.Model.StreamingApplianceSnapshotConfig{
  importStateEndpoint: String.t() | nil,
  snapshotId: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.