INPUT_OBJECT
VcenterConnectionConfigInput
Description
Supported in v6.0+
link GraphQL Schema definition
- input VcenterConnectionConfigInput {
- # Supported in v6.0+
- # Concatenated X.509 certificates in Base64 encoded DER format. Each certificate
- # must start with -----BEGIN CERTIFICATE----- and end with -----END
- # CERTIFICATE-----.
- String :
- # Required. Supported in v6.0+
- # Hostname of the new vCenter.
- String! :
- # Required. Supported in v6.0+
- # Password for the new vCenter.
- String! :
- # Required. Supported in v6.0+
- # Username of the new vCenter.
- String! :
- }