Module: OCI::Dns::Models

Defined in:
lib/oci/dns/dns.rb,
lib/oci/dns/models/scope.rb,
lib/oci/dns/models/sort_order.rb,
lib/oci/dns/models/zone_dnssec_state.rb,
lib/oci/dns/models/dnssec_digest_type.rb,
lib/oci/dns/models/dnssec_signing_algorithm.rb

Overview

Module containing models for requests made to, and responses received from, OCI Dns services

Defined Under Namespace

Classes: AttachedView, AttachedViewDetails, ChangeResolverCompartmentDetails, ChangeSteeringPolicyCompartmentDetails, ChangeTsigKeyCompartmentDetails, ChangeViewCompartmentDetails, ChangeZoneCompartmentDetails, CreateMigratedDynectZoneDetails, CreateResolverEndpointDetails, CreateResolverVnicEndpointDetails, CreateSteeringPolicyAttachmentDetails, CreateSteeringPolicyDetails, CreateTsigKeyDetails, CreateViewDetails, CreateZoneBaseDetails, CreateZoneDetails, DnssecConfig, DnssecKeyVersionDsData, DynectMigrationDetails, ExternalDownstream, ExternalMaster, KskDnssecKeyVersion, MigrationReplacement, Nameserver, PatchDomainRecordsDetails, PatchRRSetDetails, PatchZoneRecordsDetails, PromoteZoneDnssecKeyVersionDetails, RRSet, Record, RecordCollection, RecordDetails, RecordOperation, Resolver, ResolverEndpoint, ResolverEndpointSummary, ResolverForwardRule, ResolverForwardRuleDetails, ResolverRule, ResolverRuleDetails, ResolverSummary, ResolverVnicEndpoint, ResolverVnicEndpointSummary, StageZoneDnssecKeyVersionDetails, SteeringPolicy, SteeringPolicyAnswer, SteeringPolicyAttachment, SteeringPolicyAttachmentSummary, SteeringPolicyFilterAnswerData, SteeringPolicyFilterRule, SteeringPolicyFilterRuleCase, SteeringPolicyHealthRule, SteeringPolicyHealthRuleCase, SteeringPolicyLimitRule, SteeringPolicyLimitRuleCase, SteeringPolicyPriorityAnswerData, SteeringPolicyPriorityRule, SteeringPolicyPriorityRuleCase, SteeringPolicyRule, SteeringPolicySummary, SteeringPolicyWeightedAnswerData, SteeringPolicyWeightedRule, SteeringPolicyWeightedRuleCase, TsigKey, TsigKeySummary, UpdateDomainRecordsDetails, UpdateRRSetDetails, UpdateResolverDetails, UpdateResolverEndpointDetails, UpdateResolverVnicEndpointDetails, UpdateSteeringPolicyAttachmentDetails, UpdateSteeringPolicyDetails, UpdateTsigKeyDetails, UpdateViewDetails, UpdateZoneDetails, UpdateZoneRecordsDetails, View, ViewSummary, Zone, ZoneSummary, ZoneTransferServer, ZskDnssecKeyVersion

Constant Summary collapse

SCOPE_ENUM =
[
  SCOPE_GLOBAL = 'GLOBAL'.freeze,
  SCOPE_PRIVATE = 'PRIVATE'.freeze
].freeze
SORT_ORDER_ENUM =
[
  SORT_ORDER_ASC = 'ASC'.freeze,
  SORT_ORDER_DESC = 'DESC'.freeze
].freeze
ZONE_DNSSEC_STATE_ENUM =
[
  ZONE_DNSSEC_STATE_ENABLED = 'ENABLED'.freeze,
  ZONE_DNSSEC_STATE_DISABLED = 'DISABLED'.freeze
].freeze
DNSSEC_DIGEST_TYPE_ENUM =
[
  DNSSEC_DIGEST_TYPE_SHA_256 = 'SHA_256'.freeze
].freeze
DNSSEC_SIGNING_ALGORITHM_ENUM =
[
  DNSSEC_SIGNING_ALGORITHM_RSASHA256 = 'RSASHA256'.freeze
].freeze