Uses of Class
com.azure.resourcemanager.connectedvmware.models.OsType
Packages that use OsType
Package
Description
Package containing the inner data models for ConnectedVMwareClient.
Package containing the data models for ConnectedVMwareClient.
-
Uses of OsType in com.azure.resourcemanager.connectedvmware.fluent.models
Methods in com.azure.resourcemanager.connectedvmware.fluent.models that return OsType -
Uses of OsType in com.azure.resourcemanager.connectedvmware.models
Fields in com.azure.resourcemanager.connectedvmware.models declared as OsTypeModifier and TypeFieldDescriptionstatic final OsType
OsType.LINUX
Static value Linux for OsType.static final OsType
OsType.OTHER
Static value Other for OsType.static final OsType
OsType.WINDOWS
Static value Windows for OsType.Methods in com.azure.resourcemanager.connectedvmware.models that return OsTypeModifier and TypeMethodDescriptionstatic OsType
OsType.fromString
(String name) Creates or finds a OsType from its string representation.OsProfile.osType()
Get the osType property: Gets or sets the type of the os.VirtualMachineInventoryItem.osType()
Get the osType property: Gets or sets the type of the os.VirtualMachineTemplate.osType()
Gets the osType property: Gets or sets the type of the os.VirtualMachineTemplateInventoryItem.osType()
Get the osType property: Gets or sets the type of the os.Methods in com.azure.resourcemanager.connectedvmware.models that return types with arguments of type OsTypeModifier and TypeMethodDescriptionstatic Collection<OsType>
OsType.values()
Gets known OsType values.Methods in com.azure.resourcemanager.connectedvmware.models with parameters of type OsTypeModifier and TypeMethodDescriptionOsProfile.withOsType
(OsType osType) Set the osType property: Gets or sets the type of the os.VirtualMachineInventoryItem.withOsType
(OsType osType) Set the osType property: Gets or sets the type of the os.VirtualMachineTemplateInventoryItem.withOsType
(OsType osType) Set the osType property: Gets or sets the type of the os.