Show / Hide Table of Contents

Class NetworkProfileProfileType

Inheritance
object
NetworkProfileProfileType
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.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class NetworkProfileProfileType : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NetworkType

Declaration
[JsonProperty("networkType")]
public virtual string NetworkType { get; set; }
Property Value
Type Description
string

RdmaSubtype

Declaration
[JsonProperty("rdmaSubtype")]
public virtual string RdmaSubtype { get; set; }
Property Value
Type Description
string

UllSubtype

Declaration
[JsonProperty("ullSubtype")]
public virtual string UllSubtype { get; set; }
Property Value
Type Description
string

VpcSubtype

Declaration
[JsonProperty("vpcSubtype")]
public virtual string VpcSubtype { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX