File: //snap/google-cloud-cli/current/lib/googlecloudsdk/schemas/datastream/v1/OracleAsmConfig.yaml
$schema: "http://json-schema.org/draft-06/schema#"
title: datastream v1 OracleAsmConfig export schema
description: A gcloud export/import command YAML validation schema.
type: object
required:
- asmService
- hostname
- port
- username
additionalProperties: false
properties:
  COMMENT:
    type: object
    description: User specified info ignored by gcloud import.
    additionalProperties: false
    properties:
      template-id:
        type: string
      region:
        type: string
      description:
        type: string
      date:
        type: string
      version:
        type: string
  UNKNOWN:
    type: array
    description: Unknown API fields that cannot be imported.
    items:
      type: string
  asmService:
    description: ASM service name for the Oracle ASM connection.
    type: string
  connectionAttributes:
    description: Connection string attributes
    $ref: ConnectionAttributesValue.yaml
  hostname:
    description: Hostname for the Oracle ASM connection.
    type: string
  oracleSslConfig:
    description: SSL configuration for the Oracle connection.
    $ref: OracleSslConfig.yaml
  password:
    description: |-
      Password for the Oracle ASM connection. Mutually exclusive with the
      `secret_manager_stored_password` field.
    type: string
  port:
    description: Port for the Oracle ASM connection.
    type: integer
  secretManagerStoredPassword:
    description: |-
      A reference to a Secret Manager resource name storing the Oracle ASM
      connection password. Mutually exclusive with the `password` field.
    type: string
  username:
    description: Username for the Oracle ASM connection.
    type: string