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
* Optional. Contains the id of allocated IP address ranges associated with the private service access connection for example, "test-default" associated with IP range 10.0.0.0/29.
541
541
*/
542
542
reservedIpRangeId?: string[]|null;
543
+
/**
544
+
* Optional. Output only. Reserved for future use.
545
+
*/
546
+
satisfiesPzi?: boolean|null;
547
+
/**
548
+
* Optional. Output only. Reserved for future use.
549
+
*/
550
+
satisfiesPzs?: boolean|null;
543
551
/**
544
552
* Output only. The state of this Memcached instance.
* Optional. Contains the id of allocated IP address ranges associated with the private service access connection for example, "test-default" associated with IP range 10.0.0.0/29.
554
554
*/
555
555
reservedIpRangeId?: string[]|null;
556
+
/**
557
+
* Optional. Output only. Reserved for future use.
558
+
*/
559
+
satisfiesPzi?: boolean|null;
560
+
/**
561
+
* Optional. Output only. Reserved for future use.
562
+
*/
563
+
satisfiesPzs?: boolean|null;
556
564
/**
557
565
* Output only. The state of this Memcached instance.
0 commit comments