Share via


KubernetesPluginType Struct

Definition

The indicator of how this network will be utilized by the Kubernetes cluster.

public readonly struct KubernetesPluginType : IEquatable<Azure.ResourceManager.NetworkCloud.Models.KubernetesPluginType>
type KubernetesPluginType = struct
Public Structure KubernetesPluginType
Implements IEquatable(Of KubernetesPluginType)
Inheritance
KubernetesPluginType
Implements

Constructors

KubernetesPluginType(String)

Initializes a new instance of KubernetesPluginType.

Properties

Dpdk

DPDK.

Ipvlan

IPVLAN.

Macvlan

MACVLAN.

OSDevice

OSDevice.

Sriov

SRIOV.

Methods

Equals(KubernetesPluginType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(KubernetesPluginType, KubernetesPluginType)

Determines if two KubernetesPluginType values are the same.

Implicit(String to KubernetesPluginType)

Converts a string to a KubernetesPluginType.

Inequality(KubernetesPluginType, KubernetesPluginType)

Determines if two KubernetesPluginType values are not the same.

Applies to