Home
last modified time | relevance | path

Searched refs:IsSpecified (Results 1 – 25 of 449) sorted by relevance

12345678910>>...18

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/compute/backend_services/
H A Dupdate.py188 if args.IsSpecified('description'):
264 args.IsSpecified('enable_cdn'),
272 args.IsSpecified('iap'),
273 args.IsSpecified('port_name'),
274 args.IsSpecified('protocol'),
279 args.IsSpecified('timeout'),
295 args.IsSpecified('cache_mode')
297 args.IsSpecified('client_ttl')
301 args.IsSpecified('default_ttl')
305 args.IsSpecified('max_ttl')
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/dns/policies/
H A Dupdate.py77 if not (args.IsSpecified('networks') or args.IsSpecified('description') or
79 args.IsSpecified('enable_logging') or
84 if args.IsSpecified('networks'):
90 if args.IsSpecified('alternative_name_servers') or args.IsSpecified(
104 if args.IsSpecified('enable_logging'):
107 if args.IsSpecified('description'):
152 if not (args.IsSpecified('networks') or args.IsSpecified('description') or
159 if args.IsSpecified('networks'):
165 if args.IsSpecified('alternative_name_servers') or args.IsSpecified(
178 if args.IsSpecified('enable_logging'):
[all …]
H A Dcreate.py83 if args.IsSpecified('networks'):
96 if args.IsSpecified('alternative_name_servers') or args.IsSpecified(
107 if args.IsSpecified('enable_inbound_forwarding'):
110 if args.IsSpecified('enable_logging'):
113 if args.IsSpecified('description'):
170 if args.IsSpecified('networks'):
183 if args.IsSpecified('alternative_name_servers') or args.IsSpecified(
194 if args.IsSpecified('enable_inbound_forwarding'):
197 if args.IsSpecified('enable_logging'):
200 if args.IsSpecified('description'):
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/compute/backend_buckets/
H A Dupdate.py81 return (args.IsSpecified('description') or
82 args.IsSpecified('gcs_bucket_name') or
83 args.IsSpecified('enable_cdn') or
85 args.IsSpecified('edge_security_policy')))
90 (args.IsSpecified('cache_mode'), args.IsSpecified('client_ttl'),
91 args.IsSpecified('no_client_ttl'), args.IsSpecified('default_ttl'),
92 args.IsSpecified('no_default_ttl'), args.IsSpecified('max_ttl'),
93 args.IsSpecified('no_max_ttl'),
94 args.IsSpecified('custom_response_header'),
97 (args.IsSpecified('negative_caching'),
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/data_catalog/crawlers/
H A Dutil.py89 if args.IsSpecified('clear_bundle_specs'):
91 if args.IsSpecified('remove_bundle_specs'):
94 if args.IsSpecified('add_bundle_specs'):
145 (args.IsSpecified('crawl_scope') or
173 if args.IsSpecified('description'):
175 if args.IsSpecified('display_name'):
214 if args.IsSpecified('buckets'):
300 if args.IsSpecified('clear_buckets'):
302 if args.IsSpecified('remove_buckets'):
305 if args.IsSpecified('add_buckets'):
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/identity/groups/
H A Dhooks.py90 if args.IsSpecified('labels'):
113 if args.IsSpecified('email'):
132 if args.IsSpecified('page_size'):
153 if (args.IsSpecified('display_name') or
157 if (args.IsSpecified('description') or args.IsSpecified('clear_description')):
161 if args.IsSpecified('labels'):
170 if args.IsSpecified('dynamic_user_query'):
216 elif args.IsSpecified('display_name'):
234 if args.IsSpecified('clear_description'):
236 elif args.IsSpecified('description'):
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/security_policies/
H A Dsecurity_policies_utils.py175 if (args.IsSpecified('enable_layer7_ddos_defense') or
182 if args.IsSpecified('enable_layer7_ddos_defense'):
206 if args.IsSpecified('rate_limit_threshold_count'):
213 if args.IsSpecified('conform_action'):
217 if args.IsSpecified('exceed_action'):
220 if args.IsSpecified('enforce_on_key'):
226 if (args.IsSpecified('ban_threshold_count') or
227 args.IsSpecified('ban_threshold_interval_sec')):
229 if args.IsSpecified('ban_threshold_count'):
231 if args.IsSpecified('ban_threshold_interval_sec'):
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/data_catalog/entries/
H A Dv1_util.py83 if args.IsSpecified('physical_schema_type'):
85 if args.IsSpecified('schema'):
110 if args.IsSpecified('kafka_topic'):
118 return (args.IsSpecified('add_file_patterns') or
120 args.IsSpecified('clear_file_patterns'))
142 if args.IsSpecified('clear_file_patterns'):
144 if args.IsSpecified('remove_file_patterns'):
147 if args.IsSpecified('add_file_patterns'):
172 if not args.IsSpecified('physical_schema_type'):
179 if args.IsSpecified('physical_schema_file'):
[all …]
H A Dutil.py59 if args.IsSpecified('schema'):
65 return (args.IsSpecified('add_file_patterns') or
66 args.IsSpecified('remove_file_patterns') or
67 args.IsSpecified('clear_file_patterns'))
89 if args.IsSpecified('clear_file_patterns'):
91 if args.IsSpecified('remove_file_patterns'):
94 if args.IsSpecified('add_file_patterns'):
129 if args.IsSpecified('entry') and not entry_ref:
134 if ((entry_ref and args.IsSpecified('lookup_entry')) or
135 (not entry_ref and not args.IsSpecified('lookup_entry'))):
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/logging/sinks/
H A Dupdate.py172 if args.IsSpecified('destination'):
175 if args.IsSpecified('log_filter'):
189 if args.IsSpecified('description'):
193 if args.IsSpecified('disabled'):
197 if (args.IsSpecified('clear_exclusions') or
198 args.IsSpecified('remove_exclusions') or
199 args.IsSpecified('add_exclusion') or
200 args.IsSpecified('update_exclusion')):
235 if args.IsSpecified('clear_exclusions'):
238 if args.IsSpecified('add_exclusion'):
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/dialogflow/entity_types/
H A Dhooks.py66 if args.IsSpecified('clear_entities'):
68 if args.IsSpecified('remove_entities'):
71 if args.IsSpecified('add_entities'):
91 if (args.IsSpecified('add_entities') or args.IsSpecified('remove_entities')
92 or args.IsSpecified('clear_entities')):
95 if args.IsSpecified('add_entities'):
98 if args.IsSpecified('display_name'):
101 if args.IsSpecified('auto_expand'):
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/compute/vpn_tunnels/
H A Dcreate.py221 if args.IsSpecified('vpn_gateway'):
222 if not args.IsSpecified('interface'):
227 if not args.IsSpecified('router'):
232 if not args.IsSpecified('peer_gcp_gateway') and not args.IsSpecified(
238 if args.IsSpecified('peer_external_gateway') and not args.IsSpecified(
254 if args.IsSpecified('peer_address'):
261 if args.IsSpecified('target_vpn_gateway'):
262 if not args.IsSpecified('peer_address'):
269 if args.IsSpecified('peer_gcp_gateway'):
276 if args.IsSpecified('peer_external_gateway'):
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/compute/security_policies/
H A Dupdate.py74 if not (args.IsSpecified('description') or
75 args.IsSpecified('enable_layer7_ddos_defense') or
76 args.IsSpecified('layer7_ddos_defense_rule_visibility')):
97 if (args.IsSpecified('enable_layer7_ddos_defense') or
98 args.IsSpecified('layer7_ddos_defense_rule_visibility')):
162 if not (args.IsSpecified('description') or args.IsSpecified('enable_ml') or
163 args.IsSpecified('enable_layer7_ddos_defense') or
164 args.IsSpecified('layer7_ddos_defense_rule_visibility')):
189 if (args.IsSpecified('enable_layer7_ddos_defense') or
190 args.IsSpecified('layer7_ddos_defense_rule_visibility')):
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/notebooks/
H A Dinstances.py54 if args.IsSpecified('kms_key'):
58 if args.IsSpecified('network'):
62 if args.IsSpecified('subnet'):
68 if args.IsSpecified('accelerator_type'):
79 if args.IsSpecified('boot_disk_type'):
90 if args.IsSpecified('disk_encryption'):
100 if args.IsSpecified('environment'):
110 if args.IsSpecified('environment'):
122 if args.IsSpecified('instance_owners'):
127 if args.IsSpecified('labels'):
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/database_migration/
H A Dmigration_jobs.py95 if args.IsSpecified('peer_vpc'):
97 elif args.IsSpecified('vm_ip'):
114 if args.IsSpecified('peer_vpc'):
120 if args.IsSpecified(field):
130 if args.IsSpecified(field)]
135 if args.IsSpecified('peer_vpc'):
143 if args.IsSpecified('display_name'):
145 if args.IsSpecified('type'):
147 if args.IsSpecified('dump_path'):
149 if args.IsSpecified('source'):
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/compute/
H A Dhealth_checks_utils.py432 if args.IsSpecified('port_name') and not args.IsSpecified('port'):
438 if args.IsSpecified('port_name'):
441 if args.IsSpecified('port'):
447 if args.IsSpecified('port') and args.IsSpecified('port_name'):
462 if args.IsSpecified('port'):
479 if args.IsSpecified('port_name'):
482 if args.IsSpecified('port'):
489 if args.IsSpecified('port'):
494 elif args.IsSpecified('port_name'):
517 if args.IsSpecified('port'):
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/backend_services/
H A Dbackend_services_utils.py274 args.IsSpecified('cache_key_query_string_whitelist') or
275 args.IsSpecified('cache_key_query_string_blacklist'))
287 return args.IsSpecified('subsetting_policy')
303 return (args.IsSpecified('cache_key_include_protocol') or
304 args.IsSpecified('cache_key_include_host') or
305 args.IsSpecified('cache_key_include_query_string') or
306 args.IsSpecified('cache_key_query_string_whitelist') or
307 args.IsSpecified('cache_key_query_string_blacklist'))
444 if apply_signed_url_cache_max_age and args.IsSpecified(
546 args.IsSpecified('failover_ratio'))):
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/compute/firewall_policies/rules/
H A Dupdate.py77 if args.IsSpecified('src_ip_ranges'):
80 if args.IsSpecified('dest_ip_ranges'):
83 if args.IsSpecified('layer4_configs'):
87 if args.IsSpecified('target_resources'):
89 if args.IsSpecified('target_service_accounts'):
91 if args.IsSpecified('enable_logging'):
93 if args.IsSpecified('disabled'):
95 if args.IsSpecified('new_priority'):
106 if args.IsSpecified('direction'):
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/billingbudgets/
H A Dhooks.py117 if args.IsSpecified('clear_threshold_rules'):
122 if args.IsSpecified('add_threshold_rule'):
128 if args.IsSpecified('threshold_rules_from_file'):
174 if args.IsSpecified('all_updates_rule_pubsub_topic'):
181 if args.IsSpecified('notifications_rule_pubsub_topic'):
188 if args.IsSpecified('all_updates_rule_pubsub_topic'):
195 if args.IsSpecified('notifications_rule_pubsub_topic'):
207 budget_tracks_credits = args.IsSpecified('credit_types_treatment') and (
209 populated_credits_filter = args.IsSpecified(
243 if args.IsSpecified('filter_labels'):
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/sql/instances/
H A Dcreate.py197 if args.IsSpecified('master_instance_name'):
218 if not args.IsSpecified('region'):
220 if not args.IsSpecified('database_version'):
222 if not args.IsSpecified('tier') and not (
223 args.IsSpecified('cpu') or
233 elif not args.IsSpecified('disk_encryption_key'):
242 elif args.IsSpecified('disk_encryption_key'):
251 'SQLSERVER') and not args.IsSpecified('root_password'):
257 if args.IsSpecified('enable_bin_log'):
261 elif args.IsSpecified('enable_point_in_time_recovery'):
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/identity/groups/memberships/
H A Dhooks.py65 if hasattr(args, 'member_email') and args.IsSpecified('member_email'):
85 if hasattr(args, 'page_size') and args.IsSpecified('page_size'):
105 if args.IsSpecified('group_email'):
127 if hasattr(args, 'group_email') and args.IsSpecified('group_email'):
153 if args.IsSpecified('group_email') and args.IsSpecified('member_email'):
182 if not hasattr(args, 'roles') or not args.IsSpecified('roles'):
224 if hasattr(args, 'expiration') and args.IsSpecified('expiration'):
248 if hasattr(args, 'member_email') and args.IsSpecified('member_email'):
251 if hasattr(args, 'labels') and args.IsSpecified('labels'):
273 if hasattr(args, 'roles') and args.IsSpecified('roles'):
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/data_catalog/tag_templates/
H A Dutil.py57 if args.IsSpecified('display_name'):
59 if args.IsSpecified('enum_values'):
61 if args.IsSpecified('required'):
73 if args.IsSpecified('display_name'):
75 if args.IsSpecified('enum_values'):
77 if args.IsSpecified('required'):
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/services/api_keys/
H A Dupdate.py106 if args.IsSpecified('display_name'):
109 if args.IsSpecified('clear_restrictions'):
112 if args.IsSpecified('allowed_referrers'):
116 elif args.IsSpecified('allowed_ips'):
120 elif args.IsSpecified('allowed_bundle_ids'):
124 elif args.IsSpecified('allowed_application'):
129 if args.IsSpecified('api_target'):
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/redis/
H A Dinstances_update_util.py63 if list(filter(args.IsSpecified, update_args)):
80 if args.IsSpecified('display_name'):
114 if args.IsSpecified('size'):
125 if args.IsSpecified('remove_redis_config'):
134 if args.IsSpecified('update_redis_config'):
154 if args.IsSpecified('enable_auth'):
162 if args.IsSpecified('maintenance_window_day'):
170 if args.IsSpecified('maintenance_window_hour'):
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/privateca/
H A Dupdate_utils.py68 if 'pem_chain' in vars(args) and args.IsSpecified('pem_chain'):
74 if args.IsSpecified('publish_crl') or args.IsSpecified('publish_ca_cert'):
76 if args.IsSpecified('publish_crl'):
79 if args.IsSpecified('publish_ca_cert'):
90 if args.IsSpecified('issuance_policy'):

12345678910>>...18