virtualization:pause-computer

Full name:

org.codehaus.mojo:virtualization-maven-plugin:0.0.1-alpha-1-SNAPSHOT:pause-computer

Description:

Pauses computers.

Attributes:

  • Since version: 0.0.1-alpha-1.

Required Parameters

Name Type Since Description
datacenterUri String 0.0.1-alpha-1 The URI fo the datacenter.
password String 0.0.1-alpha-1 The password to connect with.
username String 0.0.1-alpha-1 The username to connect with.

Optional Parameters

Name Type Since Description
computer String 0.0.1-alpha-1 The computer to process.
computers String[] 0.0.1-alpha-1 The computers to process.
timeout int 0.0.1-alpha-1 The number of seconds to wait for operations to complete.
Default value is: 60.

Parameter Details

computer:

The computer to process.
  • Type: java.lang.String
  • Since: 0.0.1-alpha-1
  • Required: No
  • Expression: ${virtualization.computer}

computers:

The computers to process.
  • Type: java.lang.String[]
  • Since: 0.0.1-alpha-1
  • Required: No

datacenterUri:

The URI fo the datacenter.
  • Type: java.lang.String
  • Since: 0.0.1-alpha-1
  • Required: Yes
  • Expression: ${virtualization.datacenterUri}

password:

The password to connect with.
  • Type: java.lang.String
  • Since: 0.0.1-alpha-1
  • Required: Yes
  • Expression: ${virtualization.password}

timeout:

The number of seconds to wait for operations to complete.
  • Type: int
  • Since: 0.0.1-alpha-1
  • Required: No
  • Default: 60

username:

The username to connect with.
  • Type: java.lang.String
  • Since: 0.0.1-alpha-1
  • Required: Yes
  • Expression: ${virtualization.username}