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

View Source

AwsSecurityGroup describes a security group of an AWS VM.

Attributes

  • id (type: String.t, default: nil) - The AWS security group id.
  • name (type: String.t, default: nil) - The AWS security group name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMMigration.V1.Model.AwsSecurityGroup{
  id: String.t() | nil,
  name: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.