Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TehMuffinMoo committed Jul 15, 2024
1 parent ec4c2cb commit 40bb6dc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
The name of the cluster in vCenter
Only used when -Type is VMware
.PARAMETER VMHost
The name of the host in vCenter to deploy the VM to
Only used when -Type is VMware
.PARAMETER Datastore
The name of the cluster in Datastore
Only used when -Type is VMware
Expand Down
17 changes: 16 additions & 1 deletion docs/BloxOne/BloxOne Platform/Deploy-B1Appliance.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Deploys a BloxOneDDI Virtual Appliance to VMware, Hyper-V or Azure.
Deploy-B1Appliance [-Type] <String> [-Name] <String> [-IP] <IPAddress> [-Netmask] <String> [-Gateway] <IPAddress>
[-DNSServers] <IPAddress[]> [-NTPServers] <IPAddress[]> [-DNSSuffix] <String> [-JoinToken] <String>
[-DownloadLatestImage] [[-ImagesPath] <String>] [-SkipCloudChecks] [-CloudCheckTimeout] <Int> [-SkipPingChecks] [-SkipPowerOn]
[-OVAPath] <String> [-vCenter] <String> [-Cluster] <String> [-Datastore] <String> [-PortGroup] <String>
[-OVAPath] <String> [-vCenter] <String> [-Cluster] <String> [-VMHost] <String> [-Datastore] <String> [-PortGroup] <String>
[-PortGroupType] <String> [-Creds] <PSCredential>
[<CommonParameters>]
```
Expand Down Expand Up @@ -345,6 +345,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```

#### -VMHost
The name of the VMware Host in vCenter to deploy to

```yaml
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```

#### -Datastore
The name of the VMware datastore to deploy to

Expand Down

0 comments on commit 40bb6dc

Please sign in to comment.