File tree Expand file tree Collapse file tree 6 files changed +2010
-1695
lines changed Expand file tree Collapse file tree 6 files changed +2010
-1695
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,16 @@ public void setName(String in) {
124
124
this .name = in ;
125
125
}
126
126
127
+ private int portOverride ;
128
+ /** The local port used by clients to connect to this resource. */
129
+ public int getPortOverride () {
130
+ return this .portOverride ;
131
+ }
132
+ /** The local port used by clients to connect to this resource. */
133
+ public void setPortOverride (int in ) {
134
+ this .portOverride = in ;
135
+ }
136
+
127
137
private String proxyClusterId ;
128
138
/** ID of the proxy cluster for this resource, if any. */
129
139
public String getProxyClusterId () {
Original file line number Diff line number Diff line change @@ -124,6 +124,16 @@ public void setPassword(String in) {
124
124
this .password = in ;
125
125
}
126
126
127
+ private int portOverride ;
128
+ /** The local port used by clients to connect to this resource. */
129
+ public int getPortOverride () {
130
+ return this .portOverride ;
131
+ }
132
+ /** The local port used by clients to connect to this resource. */
133
+ public void setPortOverride (int in ) {
134
+ this .portOverride = in ;
135
+ }
136
+
127
137
private String proxyClusterId ;
128
138
/** ID of the proxy cluster for this resource, if any. */
129
139
public String getProxyClusterId () {
Original file line number Diff line number Diff line change @@ -114,6 +114,16 @@ public void setName(String in) {
114
114
this .name = in ;
115
115
}
116
116
117
+ private int portOverride ;
118
+ /** The local port used by clients to connect to this resource. */
119
+ public int getPortOverride () {
120
+ return this .portOverride ;
121
+ }
122
+ /** The local port used by clients to connect to this resource. */
123
+ public void setPortOverride (int in ) {
124
+ this .portOverride = in ;
125
+ }
126
+
117
127
private String proxyClusterId ;
118
128
/** ID of the proxy cluster for this resource, if any. */
119
129
public String getProxyClusterId () {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class SigningCallCredential extends CallCredentials {
23
23
private final String apiAccessKey ;
24
24
private final String signature ;
25
25
private static final String API_VERSION = "2025-04-14" ;
26
- private static final String USER_AGENT = "strongdm-sdk-java/14.22 .0" ;
26
+ private static final String USER_AGENT = "strongdm-sdk-java/14.23 .0" ;
27
27
28
28
protected SigningCallCredential (String apiAccessKey , String signature ) {
29
29
this .apiAccessKey = apiAccessKey ;
You can’t perform that action at this time.
0 commit comments