30
30
public final class HybridPeeringDetails extends com .google .api .client .json .GenericJson {
31
31
32
32
/**
33
- * Optional . Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
33
+ * Output only . Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
34
34
* The value may be {@code null}.
35
35
*/
36
36
@ com .google .api .client .util .Key
37
37
private java .lang .String command ;
38
38
39
39
/**
40
- * Optional . Expiration time for the peering command to be executed on user's ONTAP.
40
+ * Output only . Expiration time for the peering command to be executed on user's ONTAP.
41
41
* The value may be {@code null}.
42
42
*/
43
43
@ com .google .api .client .util .Key
44
44
private String commandExpiryTime ;
45
45
46
46
/**
47
- * Optional . Temporary passphrase generated to accept cluster peering command.
47
+ * Output only . Temporary passphrase generated to accept cluster peering command.
48
48
* The value may be {@code null}.
49
49
*/
50
50
@ com .google .api .client .util .Key
51
51
private java .lang .String passphrase ;
52
52
53
53
/**
54
- * Optional . Name of the user's local source cluster to be peered with the destination cluster.
54
+ * Output only . Name of the user's local source cluster to be peered with the destination cluster.
55
55
* The value may be {@code null}.
56
56
*/
57
57
@ com .google .api .client .util .Key
58
58
private java .lang .String peerClusterName ;
59
59
60
60
/**
61
- * Optional . Name of the user's local source vserver svm to be peered with the destination vserver
62
- * svm.
61
+ * Output only . Name of the user's local source vserver svm to be peered with the destination
62
+ * vserver svm.
63
63
* The value may be {@code null}.
64
64
*/
65
65
@ com .google .api .client .util .Key
66
66
private java .lang .String peerSvmName ;
67
67
68
68
/**
69
- * Optional . Name of the user's local source volume to be peered with the destination volume.
69
+ * Output only . Name of the user's local source volume to be peered with the destination volume.
70
70
* The value may be {@code null}.
71
71
*/
72
72
@ com .google .api .client .util .Key
73
73
private java .lang .String peerVolumeName ;
74
74
75
75
/**
76
- * Optional . IP address of the subnet.
76
+ * Output only . IP address of the subnet.
77
77
* The value may be {@code null}.
78
78
*/
79
79
@ com .google .api .client .util .Key
80
80
private java .lang .String subnetIp ;
81
81
82
82
/**
83
- * Optional . Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
83
+ * Output only . Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
84
84
* @return value or {@code null} for none
85
85
*/
86
86
public java .lang .String getCommand () {
87
87
return command ;
88
88
}
89
89
90
90
/**
91
- * Optional . Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
91
+ * Output only . Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
92
92
* @param command command or {@code null} for none
93
93
*/
94
94
public HybridPeeringDetails setCommand (java .lang .String command ) {
@@ -97,15 +97,15 @@ public HybridPeeringDetails setCommand(java.lang.String command) {
97
97
}
98
98
99
99
/**
100
- * Optional . Expiration time for the peering command to be executed on user's ONTAP.
100
+ * Output only . Expiration time for the peering command to be executed on user's ONTAP.
101
101
* @return value or {@code null} for none
102
102
*/
103
103
public String getCommandExpiryTime () {
104
104
return commandExpiryTime ;
105
105
}
106
106
107
107
/**
108
- * Optional . Expiration time for the peering command to be executed on user's ONTAP.
108
+ * Output only . Expiration time for the peering command to be executed on user's ONTAP.
109
109
* @param commandExpiryTime commandExpiryTime or {@code null} for none
110
110
*/
111
111
public HybridPeeringDetails setCommandExpiryTime (String commandExpiryTime ) {
@@ -114,15 +114,15 @@ public HybridPeeringDetails setCommandExpiryTime(String commandExpiryTime) {
114
114
}
115
115
116
116
/**
117
- * Optional . Temporary passphrase generated to accept cluster peering command.
117
+ * Output only . Temporary passphrase generated to accept cluster peering command.
118
118
* @return value or {@code null} for none
119
119
*/
120
120
public java .lang .String getPassphrase () {
121
121
return passphrase ;
122
122
}
123
123
124
124
/**
125
- * Optional . Temporary passphrase generated to accept cluster peering command.
125
+ * Output only . Temporary passphrase generated to accept cluster peering command.
126
126
* @param passphrase passphrase or {@code null} for none
127
127
*/
128
128
public HybridPeeringDetails setPassphrase (java .lang .String passphrase ) {
@@ -131,15 +131,15 @@ public HybridPeeringDetails setPassphrase(java.lang.String passphrase) {
131
131
}
132
132
133
133
/**
134
- * Optional . Name of the user's local source cluster to be peered with the destination cluster.
134
+ * Output only . Name of the user's local source cluster to be peered with the destination cluster.
135
135
* @return value or {@code null} for none
136
136
*/
137
137
public java .lang .String getPeerClusterName () {
138
138
return peerClusterName ;
139
139
}
140
140
141
141
/**
142
- * Optional . Name of the user's local source cluster to be peered with the destination cluster.
142
+ * Output only . Name of the user's local source cluster to be peered with the destination cluster.
143
143
* @param peerClusterName peerClusterName or {@code null} for none
144
144
*/
145
145
public HybridPeeringDetails setPeerClusterName (java .lang .String peerClusterName ) {
@@ -148,17 +148,17 @@ public HybridPeeringDetails setPeerClusterName(java.lang.String peerClusterName)
148
148
}
149
149
150
150
/**
151
- * Optional . Name of the user's local source vserver svm to be peered with the destination vserver
152
- * svm.
151
+ * Output only . Name of the user's local source vserver svm to be peered with the destination
152
+ * vserver svm.
153
153
* @return value or {@code null} for none
154
154
*/
155
155
public java .lang .String getPeerSvmName () {
156
156
return peerSvmName ;
157
157
}
158
158
159
159
/**
160
- * Optional . Name of the user's local source vserver svm to be peered with the destination vserver
161
- * svm.
160
+ * Output only . Name of the user's local source vserver svm to be peered with the destination
161
+ * vserver svm.
162
162
* @param peerSvmName peerSvmName or {@code null} for none
163
163
*/
164
164
public HybridPeeringDetails setPeerSvmName (java .lang .String peerSvmName ) {
@@ -167,15 +167,15 @@ public HybridPeeringDetails setPeerSvmName(java.lang.String peerSvmName) {
167
167
}
168
168
169
169
/**
170
- * Optional . Name of the user's local source volume to be peered with the destination volume.
170
+ * Output only . Name of the user's local source volume to be peered with the destination volume.
171
171
* @return value or {@code null} for none
172
172
*/
173
173
public java .lang .String getPeerVolumeName () {
174
174
return peerVolumeName ;
175
175
}
176
176
177
177
/**
178
- * Optional . Name of the user's local source volume to be peered with the destination volume.
178
+ * Output only . Name of the user's local source volume to be peered with the destination volume.
179
179
* @param peerVolumeName peerVolumeName or {@code null} for none
180
180
*/
181
181
public HybridPeeringDetails setPeerVolumeName (java .lang .String peerVolumeName ) {
@@ -184,15 +184,15 @@ public HybridPeeringDetails setPeerVolumeName(java.lang.String peerVolumeName) {
184
184
}
185
185
186
186
/**
187
- * Optional . IP address of the subnet.
187
+ * Output only . IP address of the subnet.
188
188
* @return value or {@code null} for none
189
189
*/
190
190
public java .lang .String getSubnetIp () {
191
191
return subnetIp ;
192
192
}
193
193
194
194
/**
195
- * Optional . IP address of the subnet.
195
+ * Output only . IP address of the subnet.
196
196
* @param subnetIp subnetIp or {@code null} for none
197
197
*/
198
198
public HybridPeeringDetails setSubnetIp (java .lang .String subnetIp ) {
0 commit comments