View Source GoogleApi.MigrationCenter.V1.Model.NfsExport (google_api_migration_center v0.5.1)

NFS export.

Attributes

  • exportDirectory (type: String.t, default: nil) - The directory being exported.
  • hosts (type: list(String.t), default: nil) - The hosts or networks to which the export is being shared.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.NfsExport{
  exportDirectory: String.t() | nil,
  hosts: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.