Skip to content

Commit

Permalink
govc: re-generate usage.md
Browse files Browse the repository at this point in the history
Signed-off-by: Stoyan Zhelyazkov <[email protected]>
  • Loading branch information
spacegospod committed Apr 8, 2024
1 parent 295c4b8 commit 8393088
Showing 1 changed file with 25 additions and 32 deletions.
57 changes: 25 additions & 32 deletions govc/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4203,16 +4203,14 @@ Usage: govc namespace.change [OPTIONS]
Modifies an existing namespace on a Supervisor.
Examples:
govc namespace.change -namespace=test-namespace
govc namespace.change -namespace=test-namespace -content-libraries=dca9cc16-9460-4da0-802c-4aa148ac6cf7
govc namespace.change -namespace=test-namespace -content-libraries=dca9cc16-9460-4da0-802c-4aa148ac6cf7,617a3ee3-a2ff-4311-9a7c-0016ccf958bd
govc namespace.change -namespace=test-namespace -vm-classes=best-effort-2xlarge
govc namespace.change -namespace=test-namespace -vm-classes=best-effort-2xlarge,best-effort-4xlarge
govc namespace.change -namespace=test-namespace -content-libraries=dca9cc16-9460-4da0-802c-4aa148ac6cf7,617a3ee3-a2ff-4311-9a7c-0016ccf958bd -vm-classes=best-effort-2xlarge,best-effort-4xlarge
govc namespace.change -content-libraries=dca9cc16-9460-4da0-802c-4aa148ac6cf7 test-namespace
govc namespace.change -content-libraries=dca9cc16-9460-4da0-802c-4aa148ac6cf7,617a3ee3-a2ff-4311-9a7c-0016ccf958bd test-namespace
govc namespace.change -vm-classes=best-effort-2xlarge test-namespace
govc namespace.change -vm-classes=best-effort-2xlarge,best-effort-4xlarge test-namespace
govc namespace.change -content-libraries=dca9cc16-9460-4da0-802c-4aa148ac6cf7,617a3ee3-a2ff-4311-9a7c-0016ccf958bd -vm-classes=best-effort-2xlarge,best-effort-4xlarge test-namespace
Options:
-content-libraries= The list of content libraries to associate with the vSphere Namespace.
-namespace= The name of the namespace.
-vm-classes= The list of virtual machine classes to associate with the vSphere Namespace
```

Expand Down Expand Up @@ -4310,12 +4308,12 @@ Usage: govc namespace.create [OPTIONS]
Creates a new namespace on a Supervisor.
Examples:
govc namespace.create -supervisor=domain-c1 -namespace=test-namespace
govc namespace.create -supervisor=domain-c1 -namespace=test-namespace -content-libraries=dca9cc16-9460-4da0-802c-4aa148ac6cf7
govc namespace.create -supervisor=domain-c1 -namespace=test-namespace -content-libraries=dca9cc16-9460-4da0-802c-4aa148ac6cf7,dca9cc16-9460-4da0-802c-4aa148ac6cf7
govc namespace.create -supervisor=domain-c1 -namespace=test-namespace -vm-classes=best-effort-2xlarge
govc namespace.create -supervisor=domain-c1 -namespace=test-namespace -vm-classes=best-effort-2xlarge,best-effort-4xlarge
govc namespace.create -supervisor=domain-c1 -namespace=test-namespace -content-libraries=dca9cc16-9460-4da0-802c-4aa148ac6cf7,dca9cc16-9460-4da0-802c-4aa148ac6cf7 -vm-classes=best-effort-2xlarge,best-effort-4xlarge
govc namespace.create -namespace=test-namespace -supervisor=domain-c1
govc namespace.create -namespace=test-namespace -supervisor=domain-c1 -content-libraries=dca9cc16-9460-4da0-802c-4aa148ac6cf7
govc namespace.create -namespace=test-namespace -supervisor=domain-c1 -content-libraries=dca9cc16-9460-4da0-802c-4aa148ac6cf7,dca9cc16-9460-4da0-802c-4aa148ac6cf7
govc namespace.create -namespace=test-namespace -supervisor=domain-c1 -vm-classes=best-effort-2xlarge
govc namespace.create -namespace=test-namespace -supervisor=domain-c1 -vm-classes=best-effort-2xlarge,best-effort-4xlarge
govc namespace.create -namespace=test-namespace -supervisor=domain-c1 -content-libraries=dca9cc16-9460-4da0-802c-4aa148ac6cf7,dca9cc16-9460-4da0-802c-4aa148ac6cf7 -vm-classes=best-effort-2xlarge,best-effort-4xlarge
Options:
-content-libraries= The identifiers of the content libraries to associate with the vSphere Namespace.
Expand All @@ -4332,10 +4330,9 @@ Usage: govc namespace.info [OPTIONS]
Displays the details of a namespace.
Examples:
govc namespace.info -namespace=test-namespace
govc namespace.info test-namespace
Options:
-namespace= The identifier of the vSphere Namespace.
```

## namespace.logs.download
Expand Down Expand Up @@ -4379,10 +4376,9 @@ Usage: govc namespace.rm [OPTIONS]
Deletes a namespace.
Examples:
govc namespace.rm -namespace=test-namespace
govc namespace.rm test-namespace
Options:
-namespace= The identifier of the vSphere Namespace.
```

## namespace.service.activate
Expand Down Expand Up @@ -4475,17 +4471,10 @@ Usage: govc namespace.vmclass.change [OPTIONS]
Modifies an existing virtual machine class.
Examples:
govc namespace.vmclass.change -id=test-class-01 -cpus=8 -memory=8192
govc namespace.vmclass.change -cpus=8 -memory=8192 test-class
Options:
-cpus=0 The number of CPUs.
-id=
Identifier of the virtual machine class. This has DNS_LABEL restrictions
as specified in <a href="https://tools.ietf.org/html/rfc1123"></a>. This
must be an alphanumeric (a-z and 0-9) string and with maximum length
of 63 characters and with the '-' character allowed anywhere except
the first or last character. This name is unique in this vCenter server.
-cpus=0 The number of CPUs.
-memory=0 The amount of memory (in MB).
```

Expand All @@ -4500,8 +4489,14 @@ Examples:
govc namespace.vmclass.create -id=test-class-01 -cpus=8 -memory=8192"
Options:
-cpus=0 The number of CPUs.
-id= The identifier of the virtual machine class.
-cpus=0 The number of CPUs.
-id=
Identifier of the virtual machine class. This has DNS_LABEL restrictions
as specified in <a href="https://tools.ietf.org/html/rfc1123"></a>. This
must be an alphanumeric (a-z and 0-9) string and with maximum length
of 63 characters and with the '-' character allowed anywhere except
the first or last character. This name is unique in this vCenter server.
-memory=0 The amount of memory (in MB).
```

Expand All @@ -4513,10 +4508,9 @@ Usage: govc namespace.vmclass.info [OPTIONS]
Displays the details of a virtual machine class.
Examples:
govc namespace.vmclass.info -vmclass=test-class-01
govc namespace.vmclass.info test-class
Options:
-vmclass= The identifier of the virtual machine class.
```

## namespace.vmclass.ls
Expand All @@ -4540,10 +4534,9 @@ Usage: govc namespace.vmclass.rm [OPTIONS]
Deletes a virtual machine class.
Examples:
govc namespace.vmclass.rm -vmclass=test-class-01
govc namespace.vmclass.rm test-class
Options:
-vmclass= The identifier of the virtual machine class.
```

## object.collect
Expand Down

0 comments on commit 8393088

Please sign in to comment.