NvaInterfaceConfigurationsProperties Class
Specifies input parameters required NVA in VNet interface configuration.
Constructor
NvaInterfaceConfigurationsProperties(*, subnet: _models.NvaInVnetSubnetReferenceProperties | None = None, type: list[typing.Union[str, ForwardRef('_models.NvaNicType')]] | None = None, name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
subnet
|
A subnet resource id where the NIC will be deployed. Each subnet resource uri should be unique. Default value: None
|
|
type
|
Specifies the NIC types for the NVA interface configuration. Allowed values: PrivateNic, PublicNic, AdditionalPrivateNic, AdditionalPublicNic. Only the combination of PrivateNic and PublicNic is currently supported. Default value: None
|
|
name
|
Specifies the name of the interface. Maximum length is 70 characters. Default value: None
|
Variables
| Name | Description |
|---|---|
|
subnet
|
A subnet resource id where the NIC will be deployed. Each subnet resource uri should be unique. |
|
type
|
Specifies the NIC types for the NVA interface configuration. Allowed values: PrivateNic, PublicNic, AdditionalPrivateNic, AdditionalPublicNic. Only the combination of PrivateNic and PublicNic is currently supported. |
|
name
|
Specifies the name of the interface. Maximum length is 70 characters. |