Class: Google::Apis::WorkloadmanagerV1::AppDetails
- Inherits:
-
Object
- Object
- Google::Apis::WorkloadmanagerV1::AppDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/workloadmanager_v1/classes.rb,
lib/google/apis/workloadmanager_v1/representations.rb,
lib/google/apis/workloadmanager_v1/representations.rb
Overview
Message for sap instant details
Instance Attribute Summary collapse
-
#app_instance_id ⇒ String
Optional.
-
#app_service_account ⇒ String
Application service account - let custoemrs bring their own SA for application Corresponds to the JSON property
appServiceAccount. -
#app_vm_names ⇒ Array<String>
Optional.
-
#ascs_image ⇒ String
Required.
-
#ascs_instance_id ⇒ String
Optional.
-
#ascs_machine_type ⇒ String
Required.
-
#ascs_service_account ⇒ String
ASCS service account - let custoemrs bring their own SA for ASCS Corresponds to the JSON property
ascsServiceAccount. -
#ascs_vm ⇒ String
Optional.
-
#ers_instance_id ⇒ String
Optional.
-
#ers_vm ⇒ String
Optional.
-
#image ⇒ String
Required.
-
#machine_type ⇒ String
Required.
-
#secret_manager_secret ⇒ String
Required.
-
#shared_storage ⇒ String
Optional.
-
#sid ⇒ String
Required.
-
#vms_multiplier ⇒ Fixnum
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppDetails
constructor
A new instance of AppDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppDetails
Returns a new instance of AppDetails.
588 589 590 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 588 def initialize(**args) update!(**args) end |
Instance Attribute Details
#app_instance_id ⇒ String
Optional. instance id for app
Corresponds to the JSON property appInstanceId
510 511 512 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 510 def app_instance_id @app_instance_id end |
#app_service_account ⇒ String
Application service account - let custoemrs bring their own SA for application
Corresponds to the JSON property appServiceAccount
515 516 517 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 515 def app_service_account @app_service_account end |
#app_vm_names ⇒ Array<String>
Optional. Customized vm names
Corresponds to the JSON property appVmNames
520 521 522 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 520 def app_vm_names @app_vm_names end |
#ascs_image ⇒ String
Required. image for ascs server
Corresponds to the JSON property ascsImage
525 526 527 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 525 def ascs_image @ascs_image end |
#ascs_instance_id ⇒ String
Optional. instance id for ascs
Corresponds to the JSON property ascsInstanceId
530 531 532 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 530 def ascs_instance_id @ascs_instance_id end |
#ascs_machine_type ⇒ String
Required. ascs_machine_type
Corresponds to the JSON property ascsMachineType
535 536 537 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 535 def ascs_machine_type @ascs_machine_type end |
#ascs_service_account ⇒ String
ASCS service account - let custoemrs bring their own SA for ASCS
Corresponds to the JSON property ascsServiceAccount
540 541 542 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 540 def ascs_service_account @ascs_service_account end |
#ascs_vm ⇒ String
Optional. ASCS vm name
Corresponds to the JSON property ascsVm
545 546 547 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 545 def ascs_vm @ascs_vm end |
#ers_instance_id ⇒ String
Optional. instance id for ers
Corresponds to the JSON property ersInstanceId
550 551 552 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 550 def ers_instance_id @ers_instance_id end |
#ers_vm ⇒ String
Optional. ERS vm name
Corresponds to the JSON property ersVm
555 556 557 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 555 def ers_vm @ers_vm end |
#image ⇒ String
Required. image for app server and ascs server
Corresponds to the JSON property image
560 561 562 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 560 def image @image end |
#machine_type ⇒ String
Required. machine type
Corresponds to the JSON property machineType
565 566 567 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 565 def machine_type @machine_type end |
#secret_manager_secret ⇒ String
Required. secret_manager_secret
Corresponds to the JSON property secretManagerSecret
570 571 572 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 570 def secret_manager_secret @secret_manager_secret end |
#shared_storage ⇒ String
Optional. Storage location
Corresponds to the JSON property sharedStorage
575 576 577 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 575 def shared_storage @shared_storage end |
#sid ⇒ String
Required. The SAP SID is a three-digit server-specific unique identification
code.
Corresponds to the JSON property sid
581 582 583 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 581 def sid @sid end |
#vms_multiplier ⇒ Fixnum
Required. vms_multiplier
Corresponds to the JSON property vmsMultiplier
586 587 588 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 586 def vms_multiplier @vms_multiplier end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 593 def update!(**args) @app_instance_id = args[:app_instance_id] if args.key?(:app_instance_id) @app_service_account = args[:app_service_account] if args.key?(:app_service_account) @app_vm_names = args[:app_vm_names] if args.key?(:app_vm_names) @ascs_image = args[:ascs_image] if args.key?(:ascs_image) @ascs_instance_id = args[:ascs_instance_id] if args.key?(:ascs_instance_id) @ascs_machine_type = args[:ascs_machine_type] if args.key?(:ascs_machine_type) @ascs_service_account = args[:ascs_service_account] if args.key?(:ascs_service_account) @ascs_vm = args[:ascs_vm] if args.key?(:ascs_vm) @ers_instance_id = args[:ers_instance_id] if args.key?(:ers_instance_id) @ers_vm = args[:ers_vm] if args.key?(:ers_vm) @image = args[:image] if args.key?(:image) @machine_type = args[:machine_type] if args.key?(:machine_type) @secret_manager_secret = args[:secret_manager_secret] if args.key?(:secret_manager_secret) @shared_storage = args[:shared_storage] if args.key?(:shared_storage) @sid = args[:sid] if args.key?(:sid) @vms_multiplier = args[:vms_multiplier] if args.key?(:vms_multiplier) end |