Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 945 Bytes

ClientSystemDefinitionProvisionRequest.md

File metadata and controls

26 lines (20 loc) · 945 Bytes

Falcon::ClientSystemDefinitionProvisionRequest

Properties

Name Type Description Notes
name String Optional name to be set on the customer scope definition. Must be unique within a given CID.
parameters ParameterTemplateProvisionParameters
template_id String ID of the system definition template that was previously created
template_name String Name of the system definition template to provision
template_version String Version of system definition template that was previously created, if omitted the latest version will be used.

Example

require 'crimson-falcon'

instance = Falcon::ClientSystemDefinitionProvisionRequest.new(
  name: null,
  parameters: null,
  template_id: null,
  template_name: null,
  template_version: null
)