oci-jms 2.129.0 → 2.131.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/client.d.ts CHANGED
@@ -35,6 +35,8 @@ export declare class JavaManagementServiceClient {
35
35
  protected _regionId: string;
36
36
  protected "_region": common.Region;
37
37
  protected _lastSetRegionOrRegionId: string;
38
+ protected _enableDualstackEndpoint: boolean | undefined;
39
+ protected _serviceUsesDualStackByDefault: boolean;
38
40
  protected _httpClient: common.HttpClient;
39
41
  protected _authProvider: common.AuthenticationDetailsProvider | undefined;
40
42
  constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
@@ -69,6 +71,7 @@ export declare class JavaManagementServiceClient {
69
71
  * @param regionId The public region ID.
70
72
  */
71
73
  set regionId(regionId: string);
74
+ set enableDualstackEndpoint(enableDualstackEndpoint: boolean);
72
75
  /**
73
76
  * Creates a new JavaManagementServiceWaiter for resources for this service.
74
77
  *