Uses of Class
com.azure.resourcemanager.network.models.NvaNicType
Packages that use NvaNicType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NvaNicType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type NvaNicType in com.azure.resourcemanager.network.modelsFields in com.azure.resourcemanager.network.models declared as NvaNicTypeModifier and TypeFieldDescriptionstatic final NvaNicTypeNvaNicType.ADDITIONAL_PRIVATE_NICStatic value AdditionalPrivateNic for NvaNicType.static final NvaNicTypeNvaNicType.ADDITIONAL_PUBLIC_NICStatic value AdditionalPublicNic for NvaNicType.static final NvaNicTypeNvaNicType.PRIVATE_NICStatic value PrivateNic for NvaNicType.static final NvaNicTypeNvaNicType.PUBLIC_NICStatic value PublicNic for NvaNicType.Methods in com.azure.resourcemanager.network.models that return NvaNicTypeModifier and TypeMethodDescriptionstatic NvaNicTypeNvaNicType.fromString(String name) Creates or finds a NvaNicType from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type NvaNicTypeModifier and TypeMethodDescriptionNvaInterfaceConfigurationsProperties.type()Get the type property: Specifies the NIC types for the NVA interface configuration.static Collection<NvaNicType> NvaNicType.values()Gets known NvaNicType values.Method parameters in com.azure.resourcemanager.network.models with type arguments of type NvaNicTypeModifier and TypeMethodDescriptionNvaInterfaceConfigurationsProperties.withType(List<NvaNicType> type) Set the type property: Specifies the NIC types for the NVA interface configuration.