32
32
public final class AdditionalPodNetworkConfig extends com .google .api .client .json .GenericJson {
33
33
34
34
/**
35
- * The maximum number of pods per node which use this pod network
35
+ * The maximum number of pods per node which use this pod network.
36
36
* The value may be {@code null}.
37
37
*/
38
38
@ com .google .api .client .util .Key
39
39
private MaxPodsConstraint maxPodsPerNode ;
40
40
41
41
/**
42
- * The name of the secondary range on the subnet which provides IP address for this pod range
42
+ * The name of the secondary range on the subnet which provides IP address for this pod range.
43
43
* The value may be {@code null}.
44
44
*/
45
45
@ com .google .api .client .util .Key
46
46
private java .lang .String secondaryPodRange ;
47
47
48
48
/**
49
- * Name of the subnetwork where the additional pod network belongs
49
+ * Name of the subnetwork where the additional pod network belongs.
50
50
* The value may be {@code null}.
51
51
*/
52
52
@ com .google .api .client .util .Key
53
53
private java .lang .String subnetwork ;
54
54
55
55
/**
56
- * The maximum number of pods per node which use this pod network
56
+ * The maximum number of pods per node which use this pod network.
57
57
* @return value or {@code null} for none
58
58
*/
59
59
public MaxPodsConstraint getMaxPodsPerNode () {
60
60
return maxPodsPerNode ;
61
61
}
62
62
63
63
/**
64
- * The maximum number of pods per node which use this pod network
64
+ * The maximum number of pods per node which use this pod network.
65
65
* @param maxPodsPerNode maxPodsPerNode or {@code null} for none
66
66
*/
67
67
public AdditionalPodNetworkConfig setMaxPodsPerNode (MaxPodsConstraint maxPodsPerNode ) {
@@ -70,15 +70,15 @@ public AdditionalPodNetworkConfig setMaxPodsPerNode(MaxPodsConstraint maxPodsPer
70
70
}
71
71
72
72
/**
73
- * The name of the secondary range on the subnet which provides IP address for this pod range
73
+ * The name of the secondary range on the subnet which provides IP address for this pod range.
74
74
* @return value or {@code null} for none
75
75
*/
76
76
public java .lang .String getSecondaryPodRange () {
77
77
return secondaryPodRange ;
78
78
}
79
79
80
80
/**
81
- * The name of the secondary range on the subnet which provides IP address for this pod range
81
+ * The name of the secondary range on the subnet which provides IP address for this pod range.
82
82
* @param secondaryPodRange secondaryPodRange or {@code null} for none
83
83
*/
84
84
public AdditionalPodNetworkConfig setSecondaryPodRange (java .lang .String secondaryPodRange ) {
@@ -87,15 +87,15 @@ public AdditionalPodNetworkConfig setSecondaryPodRange(java.lang.String secondar
87
87
}
88
88
89
89
/**
90
- * Name of the subnetwork where the additional pod network belongs
90
+ * Name of the subnetwork where the additional pod network belongs.
91
91
* @return value or {@code null} for none
92
92
*/
93
93
public java .lang .String getSubnetwork () {
94
94
return subnetwork ;
95
95
}
96
96
97
97
/**
98
- * Name of the subnetwork where the additional pod network belongs
98
+ * Name of the subnetwork where the additional pod network belongs.
99
99
* @param subnetwork subnetwork or {@code null} for none
100
100
*/
101
101
public AdditionalPodNetworkConfig setSubnetwork (java .lang .String subnetwork ) {
0 commit comments