GatewayProvisionedCreateInput
Input parameters for creating a provisioned gateway.
input GatewayProvisionedCreateInput {
name: String!
cloudProviderType: CloudProviderType!
externalHealthCheckPath: String
}
Fields
GatewayProvisionedCreateInput.name ● String! non-null scalar miscellaneous {#name}
The name of the Gateway to provision.
GatewayProvisionedCreateInput.cloudProviderType ● CloudProviderType! non-null enum platform {#cloud-provider-type}
The Cloud Provider to provision the Gateway with.
GatewayProvisionedCreateInput.externalHealthCheckPath ● String scalar miscellaneous {#external-health-check-path}
The External Health Check endpoint for the provisioned Gateway.
Member Of
gatewayProvisionedCreate mutation
Was this topic helpful?