AdapterPropertyOverridesAutoGenerated 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.AdapterPropertyOverridesAutoGeneratedTypeConverter))]
public class AdapterPropertyOverridesAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IAdapterPropertyOverridesAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.AdapterPropertyOverridesAutoGeneratedTypeConverter))>]
type AdapterPropertyOverridesAutoGenerated = class
interface IAdapterPropertyOverridesAutoGenerated
interface IJsonSerializable
Public Class AdapterPropertyOverridesAutoGenerated
Implements IAdapterPropertyOverridesAutoGenerated
- Inheritance
-
AdapterPropertyOverridesAutoGenerated
- Attributes
- Implements
Constructors
AdapterPropertyOverridesAutoGenerated() |
Creates an new AdapterPropertyOverridesAutoGenerated 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 AdapterPropertyOverridesAutoGenerated. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AdapterPropertyOverridesAutoGenerated. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IAdapterPropertyOverridesAutoGenerated. |
FromJsonString(String) |
Creates a new instance of AdapterPropertyOverridesAutoGenerated, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AdapterPropertyOverridesAutoGenerated into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |