HciDeploymentSettingScaleUnitHostNetworkIntent

data class HciDeploymentSettingScaleUnitHostNetworkIntent(val adapterPropertyOverride: HciDeploymentSettingScaleUnitHostNetworkIntentAdapterPropertyOverride? = null, val adapterPropertyOverrideEnabled: Boolean? = null, val adapters: List<String>, val name: String, val qosPolicyOverride: HciDeploymentSettingScaleUnitHostNetworkIntentQosPolicyOverride? = null, val qosPolicyOverrideEnabled: Boolean? = null, val trafficTypes: List<String>, val virtualSwitchConfigurationOverride: HciDeploymentSettingScaleUnitHostNetworkIntentVirtualSwitchConfigurationOverride? = null, val virtualSwitchConfigurationOverrideEnabled: Boolean? = null)

Constructors

constructor(adapterPropertyOverride: HciDeploymentSettingScaleUnitHostNetworkIntentAdapterPropertyOverride? = null, adapterPropertyOverrideEnabled: Boolean? = null, adapters: List<String>, name: String, qosPolicyOverride: HciDeploymentSettingScaleUnitHostNetworkIntentQosPolicyOverride? = null, qosPolicyOverrideEnabled: Boolean? = null, trafficTypes: List<String>, virtualSwitchConfigurationOverride: HciDeploymentSettingScaleUnitHostNetworkIntentVirtualSwitchConfigurationOverride? = null, virtualSwitchConfigurationOverrideEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A adapter_property_override block as defined above. Changing this forces a new Stack HCI Deployment Setting to be created.

Link copied to clipboard

Whether to override adapter properties. Possible values are true and false. defaults to false. Changing this forces a new Stack HCI Deployment Setting to be created.

Link copied to clipboard

Specifies a list of ID of network interfaces used for the network intent. Changing this forces a new Stack HCI Deployment Setting to be created.

Link copied to clipboard

Specifies the name of the intent. Changing this forces a new Stack HCI Deployment Setting to be created.

Link copied to clipboard

A qos_policy_override block as defined below. Changing this forces a new Stack HCI Deployment Setting to be created.

Link copied to clipboard

Whether to override QoS policy. Possible values are true and false. defaults to false. Changing this forces a new Stack HCI Deployment Setting to be created.

Link copied to clipboard

Specifies a list of network traffic types. Possible values are Compute, Storage, Management. Changing this forces a new Stack HCI Deployment Setting to be created.

Link copied to clipboard

A virtual_switch_configuration_override block as defined below. Changing this forces a new Stack HCI Deployment Setting to be created.

Whether to override virtual switch configuration. Possible values are true and false. defaults to false. Changing this forces a new Stack HCI Deployment Setting to be created.