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
// The name of the backend set on the load balancer to add instances to.
@@ -24,7 +24,7 @@ type AttachLoadBalancerDetails struct {
24
24
// The port value to use when creating the backend set.
25
25
Port*int`mandatory:"true" json:"port"`
26
26
27
-
// Indicates which vnic on each instance in the pool should be used to associate with the load balancer. possible values are "PrimaryVnic" or the displayName of one of the secondary VNICs on the instance configuration that is associated to the instance pool.
27
+
// Indicates which VNIC on each instance in the pool should be used to associate with the load balancer. Possible values are "PrimaryVnic" or the displayName of one of the secondary VNICs on the instance configuration that is associated with the instance pool.
// GetCreateIpSecConnectionDetailsCpeLocalIdentifierTypeEnumValues Enumerates the set of values for CreateIpSecConnectionDetailsCpeLocalIdentifierTypeEnum
// The name of the backend set on the load balancer.
@@ -30,10 +30,10 @@ type InstancePoolLoadBalancerAttachment struct {
30
30
// The port value used for the backends.
31
31
Port*int`mandatory:"true" json:"port"`
32
32
33
-
// Indicates which vnic on each instance in the pool should be used to associate with the load balancer. possible values are "PrimaryVnic" or the displayName of one of the secondary VNICs on the instance configuration that is associated to the instance pool.
33
+
// Indicates which VNIC on each instance in the instance pool should be used to associate with the load balancer. Possible values are "PrimaryVnic" or the displayName of one of the secondary VNICs on the instance configuration that is associated with the instance pool.
0 commit comments