Interface LabVirtualMachine.DefinitionStages.WithDisallowPublicIpAddress

All Known Subinterfaces:
LabVirtualMachine.Definition, LabVirtualMachine.DefinitionStages.WithCreate
Enclosing interface:
LabVirtualMachine.DefinitionStages

public static interface LabVirtualMachine.DefinitionStages.WithDisallowPublicIpAddress
The stage of the LabVirtualMachine definition allowing to specify disallowPublicIpAddress.
  • Method Details

    • withDisallowPublicIpAddress

      LabVirtualMachine.DefinitionStages.WithCreate withDisallowPublicIpAddress(Boolean disallowPublicIpAddress)
      Specifies the disallowPublicIpAddress property: Indicates whether the virtual machine is to be created without a public IP address..
      Parameters:
      disallowPublicIpAddress - Indicates whether the virtual machine is to be created without a public IP address.
      Returns:
      the next definition stage.