Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions components/schemas/dns/records/RecordTypes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,25 @@ properties:
container_id:
type: string
description: The ID of the container this record is related to.

- type: object
required:
- virtual_machine
properties:
virtual_machine:
type: object
required:
- id
- dmz
properties:
id:
$ref: ../../ID.yml
dmz:
type: boolean
description: |
If true, traffic to this domain will skip the load balancer and go directly to the virtual machine
via the gateway service.

- type: object
properties:
deployment:
Expand Down