You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-networkmanagement/v1/2.0.0/com/google/api/services/networkmanagement/v1/model/InstanceInfo.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,13 @@ public final class InstanceInfo extends com.google.api.client.json.GenericJson {
72
72
@com.google.api.client.util.Key
73
73
privatejava.lang.StringnetworkUri;
74
74
75
+
/**
76
+
* URI of the PSC network attachment the NIC is attached to (if relevant).
77
+
* The value may be {@code null}.
78
+
*/
79
+
@com.google.api.client.util.Key
80
+
privatejava.lang.StringpscNetworkAttachmentUri;
81
+
75
82
/**
76
83
* Service account authorized for the instance.
77
84
* The value may be {@code null}.
@@ -188,6 +195,23 @@ public InstanceInfo setNetworkUri(java.lang.String networkUri) {
188
195
returnthis;
189
196
}
190
197
198
+
/**
199
+
* URI of the PSC network attachment the NIC is attached to (if relevant).
Copy file name to clipboardExpand all lines: clients/google-api-services-networkmanagement/v1beta1/2.0.0/com/google/api/services/networkmanagement/v1beta1/model/InstanceInfo.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,13 @@ public final class InstanceInfo extends com.google.api.client.json.GenericJson {
72
72
@com.google.api.client.util.Key
73
73
privatejava.lang.StringnetworkUri;
74
74
75
+
/**
76
+
* URI of the PSC network attachment the NIC is attached to (if relevant).
77
+
* The value may be {@code null}.
78
+
*/
79
+
@com.google.api.client.util.Key
80
+
privatejava.lang.StringpscNetworkAttachmentUri;
81
+
75
82
/**
76
83
* Service account authorized for the instance.
77
84
* The value may be {@code null}.
@@ -188,6 +195,23 @@ public InstanceInfo setNetworkUri(java.lang.String networkUri) {
188
195
returnthis;
189
196
}
190
197
198
+
/**
199
+
* URI of the PSC network attachment the NIC is attached to (if relevant).
0 commit comments