AdapterPropertyOverrides Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The AdapterPropertyOverrides of a cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.AdapterPropertyOverridesTypeConverter))]
public class AdapterPropertyOverrides : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IAdapterPropertyOverrides
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.AdapterPropertyOverridesTypeConverter))>]
type AdapterPropertyOverrides = class
interface IAdapterPropertyOverrides
interface IJsonSerializable
Public Class AdapterPropertyOverrides
Implements IAdapterPropertyOverrides
- Inheritance
-
AdapterPropertyOverrides
- Attributes
- Implements
Constructors
AdapterPropertyOverrides() |
Creates an new AdapterPropertyOverrides instance. |
Properties
JumboPacket |
This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. |
NetworkDirect |
This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. |
NetworkDirectTechnology |
This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. Expected values are 'iWARP', 'RoCEv2', 'RoCE' |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AdapterPropertyOverrides. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AdapterPropertyOverrides. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IAdapterPropertyOverrides. |
FromJsonString(String) |
Creates a new instance of AdapterPropertyOverrides, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AdapterPropertyOverrides into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |