View Source GoogleApi.BareMetalSolution.V2.Model.ServerNetworkTemplate (google_api_bare_metal_solution v0.6.0)
Network template.
Attributes
-
applicableInstanceTypes
(type:list(String.t)
, default:nil
) - Instance types this template is applicable to. -
logicalInterfaces
(type:list(GoogleApi.BareMetalSolution.V2.Model.GoogleCloudBaremetalsolutionV2ServerNetworkTemplateLogicalInterface.t)
, default:nil
) - Logical interfaces. -
name
(type:String.t
, default:nil
) - Output only. Template's unique name. The full resource name follows the pattern:projects/{project}/locations/{location}/serverNetworkTemplate/{server_network_template}
Generally, the {server_network_template} follows the syntax of "bond" or "nic".
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BareMetalSolution.V2.Model.ServerNetworkTemplate{ applicableInstanceTypes: [String.t()] | nil, logicalInterfaces: [ GoogleApi.BareMetalSolution.V2.Model.GoogleCloudBaremetalsolutionV2ServerNetworkTemplateLogicalInterface.t() ] | nil, name: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.