Uses of Class
com.azure.resourcemanager.connectedvmware.models.PowerOnBootOption
Packages that use PowerOnBootOption
Package
Description
Package containing the data models for ConnectedVMwareClient.
-
Uses of PowerOnBootOption in com.azure.resourcemanager.connectedvmware.models
Fields in com.azure.resourcemanager.connectedvmware.models declared as PowerOnBootOptionModifier and TypeFieldDescriptionstatic final PowerOnBootOption
PowerOnBootOption.DISABLED
Static value disabled for PowerOnBootOption.static final PowerOnBootOption
PowerOnBootOption.ENABLED
Static value enabled for PowerOnBootOption.Methods in com.azure.resourcemanager.connectedvmware.models that return PowerOnBootOptionModifier and TypeMethodDescriptionstatic PowerOnBootOption
PowerOnBootOption.fromString
(String name) Creates or finds a PowerOnBootOption from its string representation.NetworkInterface.powerOnBoot()
Get the powerOnBoot property: Gets or sets the power on boot.NetworkInterfaceUpdate.powerOnBoot()
Get the powerOnBoot property: Gets or sets the power on boot.Methods in com.azure.resourcemanager.connectedvmware.models that return types with arguments of type PowerOnBootOptionModifier and TypeMethodDescriptionstatic Collection<PowerOnBootOption>
PowerOnBootOption.values()
Gets known PowerOnBootOption values.Methods in com.azure.resourcemanager.connectedvmware.models with parameters of type PowerOnBootOptionModifier and TypeMethodDescriptionNetworkInterface.withPowerOnBoot
(PowerOnBootOption powerOnBoot) Set the powerOnBoot property: Gets or sets the power on boot.NetworkInterfaceUpdate.withPowerOnBoot
(PowerOnBootOption powerOnBoot) Set the powerOnBoot property: Gets or sets the power on boot.