GoogleApi.VMMigration.V1.Model.Group (google_api_vm_migration v0.11.0)

View Source

Describes message for 'Group' resource. The Group is a collections of several MigratingVms.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The create time timestamp.
  • description (type: String.t, default: nil) - User-provided description of the group.
  • displayName (type: String.t, default: nil) - Display name is a user defined name for this group which can be updated.
  • migrationTargetType (type: String.t, default: nil) - Immutable. The target type of this group.
  • name (type: String.t, default: nil) - Output only. The Group name.
  • updateTime (type: DateTime.t, default: nil) - Output only. The update time timestamp.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMMigration.V1.Model.Group{
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  displayName: String.t() | nil,
  migrationTargetType: String.t() | nil,
  name: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.