Show / Hide Table of Contents

Class ServerNetworkTemplate

Network template.

Inheritance
object
ServerNetworkTemplate
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX