@@ -529,6 +529,10 @@ using Oracle.Database;
529
529
"ClusterSubnetOcid" ,
530
530
"csharp"
531
531
);
532
+ @@ clientName (CloudVmClusterProperties .exascaleDbStorageVaultId ,
533
+ "ExascaleDBStorageVaultOcid" ,
534
+ "csharp"
535
+ );
532
536
@@ clientName (VirtualNetworkAddressProperties .vmOcid , "VipVmOcid" , "csharp" );
533
537
@@ clientName (VirtualNetworkAddressProperties .ocid , "VipOcid" , "csharp" );
534
538
@@ clientName (DbServerProperties .ocid , "DBServerOcid" , "csharp" );
@@ -567,6 +571,52 @@ using Oracle.Database;
567
571
"csharp"
568
572
);
569
573
@@ clientName (AutonomousDatabaseBaseProperties .ocid , "DatabaseOcid" , "csharp" );
574
+ @@ clientName (DbSystem , "OracleDBSystem" , "csharp" );
575
+ @@ clientName (DbSystemProperties , "OracleDBSystemProperties" , "csharp" );
576
+ @@ clientName (DbSystemProperties .dbVersion , "DBVersion" , "csharp" );
577
+ @@ clientName (DbSystemProperties .pdbName , "PluggableDatabaseName" , "csharp" );
578
+ @@ clientName (DbSystemBaseProperties , "OracleDBSystemBaseProperties" , "csharp" );
579
+ @@ clientName (DbVersion , "OracleDBVersion" , "csharp" );
580
+ @@ clientName (DbVersionProperties , "OracleDBVersionProperties" , "csharp" );
581
+ @@ clientName (DbVersionProperties .supportsPdb ,
582
+ "DoesSupportPluggableDatabase" ,
583
+ "csharp"
584
+ );
585
+ @@ clientName (NetworkAnchor , "OracleNetworkAnchor" , "csharp" );
586
+ @@ clientName (NetworkAnchorProperties ,
587
+ "OracleNetworkAnchorProperties" ,
588
+ "csharp"
589
+ );
590
+ @@ alternateType (NetworkAnchorProperties .dnsForwardingRulesUrl , url , "csharp" );
591
+ @@ alternateType (NetworkAnchorProperties .dnsListeningEndpointNsgRulesUrl ,
592
+ url ,
593
+ "csharp"
594
+ );
595
+ @@ alternateType (NetworkAnchorProperties .dnsForwardingEndpointNsgRulesUrl ,
596
+ url ,
597
+ "csharp"
598
+ );
599
+ @@ clientName (ResourceAnchor , "OracleResourceAnchor" , "csharp" );
600
+ @@ clientName (ResourceAnchorProperties ,
601
+ "OracleResourceAnchorProperties" ,
602
+ "csharp"
603
+ );
604
+ @@ clientName (BaseDbSystemShapes , "OracleBaseDbSystemShapes" , "csharp" );
605
+ @@ clientName (DbSystemOptions , "OracleDBSystemOptions" , "csharp" );
606
+ @@ clientName (DbSystemDatabaseEditionType ,
607
+ "DBSystemDatabaseEditionType" ,
608
+ "csharp"
609
+ );
610
+ @@ clientName (DbSystemLifecycleState , "DBSystemLifecycleState" , "csharp" );
611
+ @@ clientName (DbSystemSourceType , "DBSystemSourceType" , "csharp" );
612
+ @@ clientName (DiskRedundancyType , "DBSystemDiskRedundancyType" , "csharp" );
613
+ @@ clientName (DnsForwardingRule , "NetworkAnchorDnsForwardingRule" , "csharp" );
614
+ @@ clientName (ExadataVmClusterStorageManagementType .ASM , "Asm" , "csharp" );
615
+ @@ clientName (ShapeAttribute , "ExascaleStorageShapeAttribute" , "csharp" );
616
+ @@ clientName (ShapeAttribute .SMART_STORAGE , "SmartStorage" , "csharp" );
617
+ @@ clientName (ShapeAttribute .BLOCK_STORAGE , "BlockStorage" , "csharp" );
618
+ @@ clientName (StorageManagementType .LVM , "Lvm" , "csharp" );
619
+ @@ clientName (ShapeFamilyType .ExadbXs , "ExadbXS" , "csharp" );
570
620
571
621
// Java
572
622
@@ clientName (AutonomousDatabaseBackups .listByParent ,
0 commit comments