IntentsResponse

data class IntentsResponse(val adapter: List<String>? = null, val adapterPropertyOverrides: AdapterPropertyOverridesResponse, val intentAdapters: List<String>, val intentName: String, val intentType: Double, val isComputeIntentSet: Boolean, val isManagementIntentSet: Boolean, val isNetworkIntentType: Boolean, val isOnlyStorage: Boolean, val isOnlyStretch: Boolean, val isStorageIntentSet: Boolean, val isStretchIntentSet: Boolean, val name: String? = null, val overrideAdapterProperty: Boolean, val overrideQosPolicy: Boolean, val overrideVirtualSwitchConfiguration: Boolean, val qosPolicyOverrides: QosPolicyOverridesResponse, val scope: Double, val trafficType: List<String>? = null, val virtualSwitchConfigurationOverrides: VirtualSwitchConfigurationOverridesResponse)

The Intents of a cluster.

Constructors

Link copied to clipboard
constructor(adapter: List<String>? = null, adapterPropertyOverrides: AdapterPropertyOverridesResponse, intentAdapters: List<String>, intentName: String, intentType: Double, isComputeIntentSet: Boolean, isManagementIntentSet: Boolean, isNetworkIntentType: Boolean, isOnlyStorage: Boolean, isOnlyStretch: Boolean, isStorageIntentSet: Boolean, isStretchIntentSet: Boolean, name: String? = null, overrideAdapterProperty: Boolean, overrideQosPolicy: Boolean, overrideVirtualSwitchConfiguration: Boolean, qosPolicyOverrides: QosPolicyOverridesResponse, scope: Double, trafficType: List<String>? = null, virtualSwitchConfigurationOverrides: VirtualSwitchConfigurationOverridesResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val adapter: List<String>? = null

Array of network interfaces used for the network intent.

Link copied to clipboard

Set Adapter PropertyOverrides for cluster.

Link copied to clipboard

Array of adapters used for the network intent.

Link copied to clipboard

Name of the network intent you wish to create.

Link copied to clipboard

IntentType for host network intent.

Link copied to clipboard

IsComputeIntentSet for host network intent.

Link copied to clipboard

IsManagementIntentSet for host network intent.

Link copied to clipboard

IsNetworkIntentType for host network intent.

Link copied to clipboard

IntentType for host network intent.

Link copied to clipboard

IsOnlyStretch for host network intent.

Link copied to clipboard

IsStorageIntentSet for host network intent.

Link copied to clipboard

IsStretchIntentSet for host network intent.

Link copied to clipboard
val name: String? = null

Name of the network intent you wish to create.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Set QoS PolicyOverrides for cluster.

Link copied to clipboard

Scope for host network intent.

Link copied to clipboard
val trafficType: List<String>? = null

List of network traffic types. Only allowed values are 'Compute', 'Storage', 'Management'.

Link copied to clipboard

Set virtualSwitch ConfigurationOverrides for cluster.