|
375 | 375 | } |
376 | 376 | }, |
377 | 377 | { |
378 | | - "key": "enable_vpc_flow_logs" |
| 378 | + "key": "enable_vpc_flow_logs", |
| 379 | + "type": "boolean", |
| 380 | + "type_metadata": "boolean", |
| 381 | + "options": [ |
| 382 | + { |
| 383 | + "description": "Do not collect VPC network traffic metadata.", |
| 384 | + "displayname": "False", |
| 385 | + "value": false |
| 386 | + }, |
| 387 | + { |
| 388 | + "description": "Collect and store IP traffic metadata from VPC network interfaces to Cloud Object Storage for monitoring, security analysis, and troubleshooting.", |
| 389 | + "displayname": "True", |
| 390 | + "value": true |
| 391 | + } |
| 392 | + ] |
379 | 393 | }, |
380 | 394 | { |
381 | 395 | "key": "existing_cos_instance_crn", |
|
447 | 461 | }, |
448 | 462 | { |
449 | 463 | "key": "management_endpoint_type_for_bucket", |
| 464 | + "hidden": true, |
450 | 465 | "options": [ |
451 | 466 | { |
452 | | - "displayname": "Public", |
| 467 | + "displayname": "public", |
453 | 468 | "value": "public" |
454 | 469 | }, |
455 | 470 | { |
456 | | - "displayname": "Private", |
| 471 | + "displayname": "private", |
457 | 472 | "value": "private" |
458 | 473 | }, |
459 | 474 | { |
460 | | - "displayname": "Direct", |
| 475 | + "displayname": "direct", |
461 | 476 | "value": "direct" |
462 | 477 | } |
463 | 478 | ] |
464 | 479 | }, |
465 | 480 | { |
466 | 481 | "key": "cos_bucket_class", |
| 482 | + "type_metadata": "string", |
467 | 483 | "options": [ |
468 | 484 | { |
| 485 | + "description": "Active data accessed frequently.", |
469 | 486 | "displayname": "Standard", |
470 | 487 | "value": "standard" |
471 | 488 | }, |
472 | 489 | { |
| 490 | + "description": "Less active data accessed once a month.", |
473 | 491 | "displayname": "Vault", |
474 | 492 | "value": "vault" |
475 | 493 | }, |
476 | 494 | { |
| 495 | + "description": "Cold data accessed a few times yearly.", |
477 | 496 | "displayname": "Cold", |
478 | 497 | "value": "cold" |
479 | 498 | }, |
480 | 499 | { |
| 500 | + "description": "Automatic cost optimization for data of any activity or access.", |
481 | 501 | "displayname": "Smart", |
482 | 502 | "value": "smart" |
483 | 503 | }, |
484 | 504 | { |
| 505 | + "description": "Single all-inclusive price for storage, API operations, and bandwidth. Ideal for active workloads with large usage.", |
485 | 506 | "displayname": "OneRate Active", |
486 | 507 | "value": "onerate_active" |
487 | 508 | } |
|
495 | 516 | }, |
496 | 517 | { |
497 | 518 | "key": "flow_logs_cos_bucket_archive_type", |
| 519 | + "type_metadata": "string", |
498 | 520 | "options": [ |
499 | 521 | { |
| 522 | + "description": "Lower-cost archive storage. Data retrieval takes hours.", |
500 | 523 | "displayname": "Glacier", |
501 | 524 | "value": "Glacier" |
502 | 525 | }, |
503 | 526 | { |
| 527 | + "description": "Higher-cost archive with faster retrieval.", |
504 | 528 | "displayname": "Accelerated", |
505 | 529 | "value": "Accelerated" |
506 | 530 | } |
|
0 commit comments