Compute Engine v1 API - Class NetworkProfileProfileType (3.16.0)

public sealed class NetworkProfileProfileType : IMessage<NetworkProfileProfileType>, IEquatable<NetworkProfileProfileType>, IDeepCloneable<NetworkProfileProfileType>, IBufferMessage, IMessage

Inheritance

object > NetworkProfileProfileType

Namespace

Google.Cloud.Compute.V1

Assembly

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