Параметры

Имя параметра Описание
location_id
необязательно

Ограничить местоположением

Validations:

  • Must be a Integer

organization_id
необязательно

Ограничить организацией

Validations:

  • Must be a Integer

container
обязательно

Validations:

  • Must be a Hash

container[name]
необязательно , nil разрешен

Validations:

  • Must be a String

container[location_ids]
необязательно , nil разрешен

ЗАМЕСТИТЬ местоположения с заданным кодом

Validations:

  • Must be an array of any type

container[organization_ids]
необязательно , nil разрешен

ЗАМЕСТИТЬ организации с заданным кодом

Validations:

  • Must be an array of any type

container[compute_resource_id]
обязательно

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

container[registry_id]
необязательно , nil разрешен

Registry this container will have to use to get the image

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

container[repository_name]
обязательно

Name of the repository to use to create the container. e.g. centos

Validations:

  • Must be a String

container[tag]
обязательно

Tag to use to create the container. e.g. latest

Validations:

  • Must be a String

container[tty]
необязательно , nil разрешен

Validations:

  • Must be one of: true, false, 1, 0

container[entrypoint]
необязательно , nil разрешен

Validations:

  • Must be a String

container[command]
обязательно

Validations:

  • Must be a String

container[memory]
необязательно , nil разрешен

Validations:

  • Must be a String

container[cpu_shares]
необязательно , nil разрешен

Validations:

  • Must be a number.

container[cpu_set]
необязательно , nil разрешен

Validations:

  • Must be a String

container[environment_variables]
необязательно , nil разрешен

Optional array of environment variables hashes. e.g. 'environment_variables': [{'name' => 'example', 'value' => '123'}]

Validations:

  • Must be an array of any type

container[attach_stdout]
необязательно , nil разрешен

Validations:

  • Must be one of: true, false, 1, 0

container[attach_stdin]
необязательно , nil разрешен

Validations:

  • Must be one of: true, false, 1, 0

container[attach_stderr]
необязательно , nil разрешен

Validations:

  • Must be one of: true, false, 1, 0

container[capsule_id]
необязательно , nil разрешен

The capsule this container will have to use to get the image. Relevant for images retrieved from katello registry.

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.