Class NetworkProfileProfileType
Inheritance
NetworkProfileProfileType
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class NetworkProfileProfileType : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
NetworkType
Declaration
[JsonProperty("networkType")]
public virtual string NetworkType { get; set; }
Property Value
RdmaSubtype
Declaration
[JsonProperty("rdmaSubtype")]
public virtual string RdmaSubtype { get; set; }
Property Value
UllSubtype
Declaration
[JsonProperty("ullSubtype")]
public virtual string UllSubtype { get; set; }
Property Value
VpcSubtype
Declaration
[JsonProperty("vpcSubtype")]
public virtual string VpcSubtype { get; set; }
Property Value
Implements