Package version:

The Intents of a cluster.

interface HciEdgeDeviceIntents {
    adapterPropertyOverrides?: HciEdgeDeviceAdapterPropertyOverrides;
    intentAdapters?: {};
    intentName?: string;
    intentType?: number;
    isComputeIntentSet?: boolean;
    isManagementIntentSet?: boolean;
    isNetworkIntentType?: boolean;
    isOnlyStorage?: boolean;
    isOnlyStretch?: boolean;
    isStorageIntentSet?: boolean;
    isStretchIntentSet?: boolean;
    overrideAdapterProperty?: boolean;
    overrideQosPolicy?: boolean;
    overrideVirtualSwitchConfiguration?: boolean;
    qosPolicyOverrides?: QosPolicyOverrides;
    scope?: number;
    virtualSwitchConfigurationOverrides?: HciEdgeDeviceVirtualSwitchConfigurationOverrides;
}

Properties

adapterPropertyOverrides?: HciEdgeDeviceAdapterPropertyOverrides

Set Adapter PropertyOverrides for cluster.

intentAdapters?: {}

Array of adapters used for the network intent.

intentName?: string

Name of the network intent you wish to create.

intentType?: number

IntentType for host network intent.

isComputeIntentSet?: boolean

IsComputeIntentSet for host network intent.

isManagementIntentSet?: boolean

IsManagementIntentSet for host network intent.

isNetworkIntentType?: boolean

IsNetworkIntentType for host network intent.

isOnlyStorage?: boolean

IntentType for host network intent.

isOnlyStretch?: boolean

IsOnlyStretch for host network intent.

isStorageIntentSet?: boolean

IsStorageIntentSet for host network intent.

isStretchIntentSet?: boolean

IsStretchIntentSet for host network intent.

overrideAdapterProperty?: boolean

This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.

overrideQosPolicy?: boolean

This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.

overrideVirtualSwitchConfiguration?: boolean

This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.

qosPolicyOverrides?: QosPolicyOverrides

Set QoS PolicyOverrides for cluster.

scope?: number

Scope for host network intent.

virtualSwitchConfigurationOverrides?: HciEdgeDeviceVirtualSwitchConfigurationOverrides

Set virtualSwitch ConfigurationOverrides for cluster.