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