public sealed class NetworkProfileProfileType : IMessage<NetworkProfileProfileType>, IEquatable<NetworkProfileProfileType>, IDeepCloneable<NetworkProfileProfileType>, IBufferMessage, IMessage
Implements
IMessageNetworkProfileProfileType, IEquatableNetworkProfileProfileType, IDeepCloneableNetworkProfileProfileType, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
NetworkProfileProfileType()
public NetworkProfileProfileType()
NetworkProfileProfileType(NetworkProfileProfileType)
public NetworkProfileProfileType(NetworkProfileProfileType other)
Parameter | |
---|---|
Name | Description |
other |
NetworkProfileProfileType |
Properties
HasNetworkType
public bool HasNetworkType { get; }
Gets whether the "network_type" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasRdmaSubtype
public bool HasRdmaSubtype { get; }
Gets whether the "rdma_subtype" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasUllSubtype
public bool HasUllSubtype { get; }
Gets whether the "ull_subtype" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasVpcSubtype
public bool HasVpcSubtype { get; }
Gets whether the "vpc_subtype" field is set
Property Value | |
---|---|
Type | Description |
bool |
NetworkType
public string NetworkType { get; set; }
Check the NetworkType enum for the list of possible values.
Property Value | |
---|---|
Type | Description |
string |
RdmaSubtype
public string RdmaSubtype { get; set; }
Check the RdmaSubtype enum for the list of possible values.
Property Value | |
---|---|
Type | Description |
string |
UllSubtype
public string UllSubtype { get; set; }
Check the UllSubtype enum for the list of possible values.
Property Value | |
---|---|
Type | Description |
string |
VpcSubtype
public string VpcSubtype { get; set; }
Check the VpcSubtype enum for the list of possible values.
Property Value | |
---|---|
Type | Description |
string |