View Source GoogleApi.MigrationCenter.V1.Model.NetworkAdapterDetails (google_api_migration_center v0.3.1)
Details of network adapter.
Attributes
-
adapterType
(type:String.t
, default:nil
) - Network adapter type (e.g. VMXNET3). -
addresses
(type:GoogleApi.MigrationCenter.V1.Model.NetworkAddressList.t
, default:nil
) - NetworkAddressList -
macAddress
(type:String.t
, default:nil
) - MAC address.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.NetworkAdapterDetails{ adapterType: String.t() | nil, addresses: GoogleApi.MigrationCenter.V1.Model.NetworkAddressList.t() | nil, macAddress: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.