Class ServerNetworkTemplate
Network template.
Implements
Inherited Members
Namespace: Google.Apis.Baremetalsolution.v2.Data
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class ServerNetworkTemplate : IDirectResponseSchema
Properties
ApplicableInstanceTypes
Instance types this template is applicable to.
Declaration
[JsonProperty("applicableInstanceTypes")]
public virtual IList<string> ApplicableInstanceTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LogicalInterfaces
Logical interfaces.
Declaration
[JsonProperty("logicalInterfaces")]
public virtual IList<GoogleCloudBaremetalsolutionV2ServerNetworkTemplateLogicalInterface> LogicalInterfaces { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudBaremetalsolutionV2ServerNetworkTemplateLogicalInterface> |
Name
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".
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |