google-apis-cloudbilling_v1beta 0.22.0 → 0.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/cloudbilling_v1beta/classes.rb +756 -2268
- data/lib/google/apis/cloudbilling_v1beta/gem_version.rb +3 -3
- data/lib/google/apis/cloudbilling_v1beta/representations.rb +45 -797
- data/lib/google/apis/cloudbilling_v1beta/service.rb +0 -67
- metadata +3 -3
@@ -22,138 +22,12 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module CloudbillingV1beta
|
24
24
|
|
25
|
-
class CacheFillRegions
|
26
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
-
|
28
|
-
include Google::Apis::Core::JsonObjectSupport
|
29
|
-
end
|
30
|
-
|
31
|
-
class CloudCdnEgressWorkload
|
32
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
-
|
34
|
-
include Google::Apis::Core::JsonObjectSupport
|
35
|
-
end
|
36
|
-
|
37
|
-
class CloudCdnWorkload
|
38
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
-
|
40
|
-
include Google::Apis::Core::JsonObjectSupport
|
41
|
-
end
|
42
|
-
|
43
|
-
class CloudInterconnectEgressWorkload
|
44
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
-
|
46
|
-
include Google::Apis::Core::JsonObjectSupport
|
47
|
-
end
|
48
|
-
|
49
|
-
class CloudInterconnectWorkload
|
50
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
-
|
52
|
-
include Google::Apis::Core::JsonObjectSupport
|
53
|
-
end
|
54
|
-
|
55
|
-
class CloudStorageEgressWorkload
|
56
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
-
|
58
|
-
include Google::Apis::Core::JsonObjectSupport
|
59
|
-
end
|
60
|
-
|
61
|
-
class CloudStorageWorkload
|
62
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
-
|
64
|
-
include Google::Apis::Core::JsonObjectSupport
|
65
|
-
end
|
66
|
-
|
67
|
-
class Commitment
|
68
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
-
|
70
|
-
include Google::Apis::Core::JsonObjectSupport
|
71
|
-
end
|
72
|
-
|
73
|
-
class CommitmentCostEstimate
|
74
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
-
|
76
|
-
include Google::Apis::Core::JsonObjectSupport
|
77
|
-
end
|
78
|
-
|
79
|
-
class ComputeVmWorkload
|
80
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
-
|
82
|
-
include Google::Apis::Core::JsonObjectSupport
|
83
|
-
end
|
84
|
-
|
85
|
-
class CostEstimate
|
86
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
-
|
88
|
-
include Google::Apis::Core::JsonObjectSupport
|
89
|
-
end
|
90
|
-
|
91
|
-
class CostEstimationResult
|
92
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
-
|
94
|
-
include Google::Apis::Core::JsonObjectSupport
|
95
|
-
end
|
96
|
-
|
97
|
-
class CostScenario
|
98
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
-
|
100
|
-
include Google::Apis::Core::JsonObjectSupport
|
101
|
-
end
|
102
|
-
|
103
|
-
class CreditEstimate
|
104
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
-
|
106
|
-
include Google::Apis::Core::JsonObjectSupport
|
107
|
-
end
|
108
|
-
|
109
|
-
class CustomMachineType
|
110
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
-
|
112
|
-
include Google::Apis::Core::JsonObjectSupport
|
113
|
-
end
|
114
|
-
|
115
25
|
class Decimal
|
116
26
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
27
|
|
118
28
|
include Google::Apis::Core::JsonObjectSupport
|
119
29
|
end
|
120
30
|
|
121
|
-
class DualRegional
|
122
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
-
|
124
|
-
include Google::Apis::Core::JsonObjectSupport
|
125
|
-
end
|
126
|
-
|
127
|
-
class EstimateCostScenarioForBillingAccountRequest
|
128
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
-
|
130
|
-
include Google::Apis::Core::JsonObjectSupport
|
131
|
-
end
|
132
|
-
|
133
|
-
class EstimateCostScenarioForBillingAccountResponse
|
134
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
-
|
136
|
-
include Google::Apis::Core::JsonObjectSupport
|
137
|
-
end
|
138
|
-
|
139
|
-
class EstimateCostScenarioWithListPriceRequest
|
140
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
-
|
142
|
-
include Google::Apis::Core::JsonObjectSupport
|
143
|
-
end
|
144
|
-
|
145
|
-
class EstimateCostScenarioWithListPriceResponse
|
146
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
-
|
148
|
-
include Google::Apis::Core::JsonObjectSupport
|
149
|
-
end
|
150
|
-
|
151
|
-
class EstimationTimePoint
|
152
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
-
|
154
|
-
include Google::Apis::Core::JsonObjectSupport
|
155
|
-
end
|
156
|
-
|
157
31
|
class GoogleCloudBillingBillingaccountpricesV1betaAggregationInfo
|
158
32
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
33
|
|
@@ -398,460 +272,90 @@ module Google
|
|
398
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
273
|
|
400
274
|
include Google::Apis::Core::JsonObjectSupport
|
401
|
-
end
|
402
|
-
|
403
|
-
class GoogleCloudBillingPricesV1betaUnitInfo
|
404
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
-
|
406
|
-
include Google::Apis::Core::JsonObjectSupport
|
407
|
-
end
|
408
|
-
|
409
|
-
class GoogleCloudBillingSkugroupsV1betaListSkuGroupsResponse
|
410
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
-
|
412
|
-
include Google::Apis::Core::JsonObjectSupport
|
413
|
-
end
|
414
|
-
|
415
|
-
class GoogleCloudBillingSkugroupsV1betaSkuGroup
|
416
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
-
|
418
|
-
include Google::Apis::Core::JsonObjectSupport
|
419
|
-
end
|
420
|
-
|
421
|
-
class GoogleCloudBillingSkugroupskusV1betaGeoTaxonomy
|
422
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
-
|
424
|
-
include Google::Apis::Core::JsonObjectSupport
|
425
|
-
end
|
426
|
-
|
427
|
-
class GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyGlobal
|
428
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
-
|
430
|
-
include Google::Apis::Core::JsonObjectSupport
|
431
|
-
end
|
432
|
-
|
433
|
-
class GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyMultiRegional
|
434
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
-
|
436
|
-
include Google::Apis::Core::JsonObjectSupport
|
437
|
-
end
|
438
|
-
|
439
|
-
class GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegion
|
440
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
-
|
442
|
-
include Google::Apis::Core::JsonObjectSupport
|
443
|
-
end
|
444
|
-
|
445
|
-
class GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegional
|
446
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
-
|
448
|
-
include Google::Apis::Core::JsonObjectSupport
|
449
|
-
end
|
450
|
-
|
451
|
-
class GoogleCloudBillingSkugroupskusV1betaListSkuGroupSkusResponse
|
452
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
-
|
454
|
-
include Google::Apis::Core::JsonObjectSupport
|
455
|
-
end
|
456
|
-
|
457
|
-
class GoogleCloudBillingSkugroupskusV1betaProductTaxonomy
|
458
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
-
|
460
|
-
include Google::Apis::Core::JsonObjectSupport
|
461
|
-
end
|
462
|
-
|
463
|
-
class GoogleCloudBillingSkugroupskusV1betaSkuGroupSku
|
464
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
-
|
466
|
-
include Google::Apis::Core::JsonObjectSupport
|
467
|
-
end
|
468
|
-
|
469
|
-
class GoogleCloudBillingSkugroupskusV1betaTaxonomyCategory
|
470
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
-
|
472
|
-
include Google::Apis::Core::JsonObjectSupport
|
473
|
-
end
|
474
|
-
|
475
|
-
class GuestAccelerator
|
476
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
-
|
478
|
-
include Google::Apis::Core::JsonObjectSupport
|
479
|
-
end
|
480
|
-
|
481
|
-
class InterRegionEgress
|
482
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
-
|
484
|
-
include Google::Apis::Core::JsonObjectSupport
|
485
|
-
end
|
486
|
-
|
487
|
-
class IntraRegionEgress
|
488
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
-
|
490
|
-
include Google::Apis::Core::JsonObjectSupport
|
491
|
-
end
|
492
|
-
|
493
|
-
class MachineType
|
494
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
-
|
496
|
-
include Google::Apis::Core::JsonObjectSupport
|
497
|
-
end
|
498
|
-
|
499
|
-
class Money
|
500
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
-
|
502
|
-
include Google::Apis::Core::JsonObjectSupport
|
503
|
-
end
|
504
|
-
|
505
|
-
class MultiRegional
|
506
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
-
|
508
|
-
include Google::Apis::Core::JsonObjectSupport
|
509
|
-
end
|
510
|
-
|
511
|
-
class PersistentDisk
|
512
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
-
|
514
|
-
include Google::Apis::Core::JsonObjectSupport
|
515
|
-
end
|
516
|
-
|
517
|
-
class PredefinedMachineType
|
518
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
-
|
520
|
-
include Google::Apis::Core::JsonObjectSupport
|
521
|
-
end
|
522
|
-
|
523
|
-
class PremiumTierEgressWorkload
|
524
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
-
|
526
|
-
include Google::Apis::Core::JsonObjectSupport
|
527
|
-
end
|
528
|
-
|
529
|
-
class Price
|
530
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
-
|
532
|
-
include Google::Apis::Core::JsonObjectSupport
|
533
|
-
end
|
534
|
-
|
535
|
-
class Rate
|
536
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
-
|
538
|
-
include Google::Apis::Core::JsonObjectSupport
|
539
|
-
end
|
540
|
-
|
541
|
-
class RateTier
|
542
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
-
|
544
|
-
include Google::Apis::Core::JsonObjectSupport
|
545
|
-
end
|
546
|
-
|
547
|
-
class Regional
|
548
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
-
|
550
|
-
include Google::Apis::Core::JsonObjectSupport
|
551
|
-
end
|
552
|
-
|
553
|
-
class ScenarioConfig
|
554
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
-
|
556
|
-
include Google::Apis::Core::JsonObjectSupport
|
557
|
-
end
|
558
|
-
|
559
|
-
class SegmentCostEstimate
|
560
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
-
|
562
|
-
include Google::Apis::Core::JsonObjectSupport
|
563
|
-
end
|
564
|
-
|
565
|
-
class Sku
|
566
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
-
|
568
|
-
include Google::Apis::Core::JsonObjectSupport
|
569
|
-
end
|
570
|
-
|
571
|
-
class SkuCostEstimate
|
572
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
-
|
574
|
-
include Google::Apis::Core::JsonObjectSupport
|
575
|
-
end
|
576
|
-
|
577
|
-
class StandardTierEgressWorkload
|
578
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
-
|
580
|
-
include Google::Apis::Core::JsonObjectSupport
|
581
|
-
end
|
582
|
-
|
583
|
-
class Usage
|
584
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
-
|
586
|
-
include Google::Apis::Core::JsonObjectSupport
|
587
|
-
end
|
588
|
-
|
589
|
-
class UsageRateTimeline
|
590
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
-
|
592
|
-
include Google::Apis::Core::JsonObjectSupport
|
593
|
-
end
|
594
|
-
|
595
|
-
class UsageRateTimelineEntry
|
596
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
-
|
598
|
-
include Google::Apis::Core::JsonObjectSupport
|
599
|
-
end
|
600
|
-
|
601
|
-
class VlanAttachment
|
602
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
-
|
604
|
-
include Google::Apis::Core::JsonObjectSupport
|
605
|
-
end
|
606
|
-
|
607
|
-
class VmResourceBasedCud
|
608
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
-
|
610
|
-
include Google::Apis::Core::JsonObjectSupport
|
611
|
-
end
|
612
|
-
|
613
|
-
class VmToVmEgressWorkload
|
614
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
-
|
616
|
-
include Google::Apis::Core::JsonObjectSupport
|
617
|
-
end
|
618
|
-
|
619
|
-
class Workload
|
620
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
-
|
622
|
-
include Google::Apis::Core::JsonObjectSupport
|
623
|
-
end
|
624
|
-
|
625
|
-
class WorkloadCostEstimate
|
626
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
|
-
|
628
|
-
include Google::Apis::Core::JsonObjectSupport
|
629
|
-
end
|
630
|
-
|
631
|
-
class CacheFillRegions
|
632
|
-
# @private
|
633
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
634
|
-
property :destination_region, as: 'destinationRegion'
|
635
|
-
property :source_region, as: 'sourceRegion'
|
636
|
-
end
|
637
|
-
end
|
638
|
-
|
639
|
-
class CloudCdnEgressWorkload
|
640
|
-
# @private
|
641
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
642
|
-
property :cache_egress_destination, as: 'cacheEgressDestination'
|
643
|
-
property :cache_egress_rate, as: 'cacheEgressRate', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
644
|
-
|
645
|
-
end
|
646
|
-
end
|
647
|
-
|
648
|
-
class CloudCdnWorkload
|
649
|
-
# @private
|
650
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
651
|
-
property :cache_fill_origin_service, as: 'cacheFillOriginService'
|
652
|
-
property :cache_fill_rate, as: 'cacheFillRate', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
653
|
-
|
654
|
-
property :cache_fill_regions, as: 'cacheFillRegions', class: Google::Apis::CloudbillingV1beta::CacheFillRegions, decorator: Google::Apis::CloudbillingV1beta::CacheFillRegions::Representation
|
655
|
-
|
656
|
-
property :cache_look_up_rate, as: 'cacheLookUpRate', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
657
|
-
|
658
|
-
end
|
659
|
-
end
|
660
|
-
|
661
|
-
class CloudInterconnectEgressWorkload
|
662
|
-
# @private
|
663
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
664
|
-
property :egress_rate, as: 'egressRate', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
665
|
-
|
666
|
-
property :interconnect_connection_location, as: 'interconnectConnectionLocation'
|
667
|
-
end
|
668
|
-
end
|
669
|
-
|
670
|
-
class CloudInterconnectWorkload
|
671
|
-
# @private
|
672
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
673
|
-
collection :interconnect_attachments, as: 'interconnectAttachments', class: Google::Apis::CloudbillingV1beta::VlanAttachment, decorator: Google::Apis::CloudbillingV1beta::VlanAttachment::Representation
|
674
|
-
|
675
|
-
property :interconnect_type, as: 'interconnectType'
|
676
|
-
property :link_type, as: 'linkType'
|
677
|
-
property :provisioned_link_count, as: 'provisionedLinkCount', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
678
|
-
|
679
|
-
end
|
680
|
-
end
|
681
|
-
|
682
|
-
class CloudStorageEgressWorkload
|
683
|
-
# @private
|
684
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
685
|
-
property :destination_continent, as: 'destinationContinent'
|
686
|
-
property :egress_rate, as: 'egressRate', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
687
|
-
|
688
|
-
property :source_continent, as: 'sourceContinent'
|
689
|
-
end
|
690
|
-
end
|
691
|
-
|
692
|
-
class CloudStorageWorkload
|
693
|
-
# @private
|
694
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
695
|
-
property :data_retrieval, as: 'dataRetrieval', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
696
|
-
|
697
|
-
property :data_stored, as: 'dataStored', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
698
|
-
|
699
|
-
property :dual_region, as: 'dualRegion', class: Google::Apis::CloudbillingV1beta::DualRegional, decorator: Google::Apis::CloudbillingV1beta::DualRegional::Representation
|
700
|
-
|
701
|
-
property :multi_region, as: 'multiRegion', class: Google::Apis::CloudbillingV1beta::MultiRegional, decorator: Google::Apis::CloudbillingV1beta::MultiRegional::Representation
|
702
|
-
|
703
|
-
property :operation_a, as: 'operationA', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
704
|
-
|
705
|
-
property :operation_b, as: 'operationB', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
706
|
-
|
707
|
-
property :region, as: 'region', class: Google::Apis::CloudbillingV1beta::Regional, decorator: Google::Apis::CloudbillingV1beta::Regional::Representation
|
708
|
-
|
709
|
-
property :storage_class, as: 'storageClass'
|
710
|
-
end
|
711
|
-
end
|
712
|
-
|
713
|
-
class Commitment
|
714
|
-
# @private
|
715
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
716
|
-
property :name, as: 'name'
|
717
|
-
property :vm_resource_based_cud, as: 'vmResourceBasedCud', class: Google::Apis::CloudbillingV1beta::VmResourceBasedCud, decorator: Google::Apis::CloudbillingV1beta::VmResourceBasedCud::Representation
|
718
|
-
|
719
|
-
end
|
720
|
-
end
|
721
|
-
|
722
|
-
class CommitmentCostEstimate
|
723
|
-
# @private
|
724
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
725
|
-
property :commitment_total_cost_estimate, as: 'commitmentTotalCostEstimate', class: Google::Apis::CloudbillingV1beta::CostEstimate, decorator: Google::Apis::CloudbillingV1beta::CostEstimate::Representation
|
726
|
-
|
727
|
-
property :name, as: 'name'
|
728
|
-
collection :sku_cost_estimates, as: 'skuCostEstimates', class: Google::Apis::CloudbillingV1beta::SkuCostEstimate, decorator: Google::Apis::CloudbillingV1beta::SkuCostEstimate::Representation
|
729
|
-
|
730
|
-
end
|
731
|
-
end
|
732
|
-
|
733
|
-
class ComputeVmWorkload
|
734
|
-
# @private
|
735
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
736
|
-
property :enable_confidential_compute, as: 'enableConfidentialCompute'
|
737
|
-
property :guest_accelerator, as: 'guestAccelerator', class: Google::Apis::CloudbillingV1beta::GuestAccelerator, decorator: Google::Apis::CloudbillingV1beta::GuestAccelerator::Representation
|
738
|
-
|
739
|
-
property :instances_running, as: 'instancesRunning', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
740
|
-
|
741
|
-
collection :licenses, as: 'licenses'
|
742
|
-
property :machine_type, as: 'machineType', class: Google::Apis::CloudbillingV1beta::MachineType, decorator: Google::Apis::CloudbillingV1beta::MachineType::Representation
|
275
|
+
end
|
743
276
|
|
744
|
-
|
277
|
+
class GoogleCloudBillingPricesV1betaUnitInfo
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
745
279
|
|
746
|
-
|
747
|
-
property :region, as: 'region'
|
748
|
-
end
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
749
281
|
end
|
750
282
|
|
751
|
-
class
|
752
|
-
|
753
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
754
|
-
collection :credit_estimates, as: 'creditEstimates', class: Google::Apis::CloudbillingV1beta::CreditEstimate, decorator: Google::Apis::CloudbillingV1beta::CreditEstimate::Representation
|
283
|
+
class GoogleCloudBillingSkugroupsV1betaListSkuGroupsResponse
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
755
285
|
|
756
|
-
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
757
288
|
|
758
|
-
|
289
|
+
class GoogleCloudBillingSkugroupsV1betaSkuGroup
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
291
|
|
760
|
-
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
761
293
|
end
|
762
294
|
|
763
|
-
class
|
764
|
-
|
765
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
766
|
-
property :currency_code, as: 'currencyCode'
|
767
|
-
collection :segment_cost_estimates, as: 'segmentCostEstimates', class: Google::Apis::CloudbillingV1beta::SegmentCostEstimate, decorator: Google::Apis::CloudbillingV1beta::SegmentCostEstimate::Representation
|
768
|
-
|
769
|
-
collection :skus, as: 'skus', class: Google::Apis::CloudbillingV1beta::Sku, decorator: Google::Apis::CloudbillingV1beta::Sku::Representation
|
295
|
+
class GoogleCloudBillingSkugroupskusV1betaGeoTaxonomy
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
770
297
|
|
771
|
-
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
772
299
|
end
|
773
300
|
|
774
|
-
class
|
775
|
-
|
776
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
777
|
-
collection :commitments, as: 'commitments', class: Google::Apis::CloudbillingV1beta::Commitment, decorator: Google::Apis::CloudbillingV1beta::Commitment::Representation
|
301
|
+
class GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyGlobal
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
778
303
|
|
779
|
-
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
780
306
|
|
781
|
-
|
307
|
+
class GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyMultiRegional
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
782
309
|
|
783
|
-
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
784
311
|
end
|
785
312
|
|
786
|
-
class
|
787
|
-
|
788
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
789
|
-
property :credit_amount, as: 'creditAmount', class: Google::Apis::CloudbillingV1beta::Money, decorator: Google::Apis::CloudbillingV1beta::Money::Representation
|
313
|
+
class GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegion
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
790
315
|
|
791
|
-
|
792
|
-
property :credit_type, as: 'creditType'
|
793
|
-
end
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
794
317
|
end
|
795
318
|
|
796
|
-
class
|
797
|
-
|
798
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
799
|
-
property :machine_series, as: 'machineSeries'
|
800
|
-
property :memory_size_gb, as: 'memorySizeGb'
|
801
|
-
property :virtual_cpu_count, :numeric_string => true, as: 'virtualCpuCount'
|
802
|
-
end
|
803
|
-
end
|
319
|
+
class GoogleCloudBillingSkugroupskusV1betaGeoTaxonomyRegional
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
804
321
|
|
805
|
-
|
806
|
-
# @private
|
807
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
808
|
-
property :value, as: 'value'
|
809
|
-
end
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
810
323
|
end
|
811
324
|
|
812
|
-
class
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
end
|
325
|
+
class GoogleCloudBillingSkugroupskusV1betaListSkuGroupSkusResponse
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
817
329
|
end
|
818
330
|
|
819
|
-
class
|
820
|
-
|
821
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
822
|
-
property :cost_scenario, as: 'costScenario', class: Google::Apis::CloudbillingV1beta::CostScenario, decorator: Google::Apis::CloudbillingV1beta::CostScenario::Representation
|
331
|
+
class GoogleCloudBillingSkugroupskusV1betaProductTaxonomy
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
823
333
|
|
824
|
-
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
825
335
|
end
|
826
336
|
|
827
|
-
class
|
828
|
-
|
829
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
830
|
-
property :cost_estimation_result, as: 'costEstimationResult', class: Google::Apis::CloudbillingV1beta::CostEstimationResult, decorator: Google::Apis::CloudbillingV1beta::CostEstimationResult::Representation
|
337
|
+
class GoogleCloudBillingSkugroupskusV1betaSkuGroupSku
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
339
|
|
832
|
-
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
833
341
|
end
|
834
342
|
|
835
|
-
class
|
836
|
-
|
837
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
838
|
-
property :cost_scenario, as: 'costScenario', class: Google::Apis::CloudbillingV1beta::CostScenario, decorator: Google::Apis::CloudbillingV1beta::CostScenario::Representation
|
343
|
+
class GoogleCloudBillingSkugroupskusV1betaTaxonomyCategory
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
839
345
|
|
840
|
-
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
841
347
|
end
|
842
348
|
|
843
|
-
class
|
844
|
-
|
845
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
846
|
-
property :cost_estimation_result, as: 'costEstimationResult', class: Google::Apis::CloudbillingV1beta::CostEstimationResult, decorator: Google::Apis::CloudbillingV1beta::CostEstimationResult::Representation
|
349
|
+
class Money
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
847
351
|
|
848
|
-
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
849
353
|
end
|
850
354
|
|
851
|
-
class
|
355
|
+
class Decimal
|
852
356
|
# @private
|
853
357
|
class Representation < Google::Apis::Core::JsonRepresentation
|
854
|
-
property :
|
358
|
+
property :value, as: 'value'
|
855
359
|
end
|
856
360
|
end
|
857
361
|
|
@@ -1346,42 +850,6 @@ module Google
|
|
1346
850
|
end
|
1347
851
|
end
|
1348
852
|
|
1349
|
-
class GuestAccelerator
|
1350
|
-
# @private
|
1351
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1352
|
-
property :accelerator_count, :numeric_string => true, as: 'acceleratorCount'
|
1353
|
-
property :accelerator_type, as: 'acceleratorType'
|
1354
|
-
end
|
1355
|
-
end
|
1356
|
-
|
1357
|
-
class InterRegionEgress
|
1358
|
-
# @private
|
1359
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1360
|
-
property :destination_region, as: 'destinationRegion'
|
1361
|
-
property :egress_rate, as: 'egressRate', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
1362
|
-
|
1363
|
-
property :source_region, as: 'sourceRegion'
|
1364
|
-
end
|
1365
|
-
end
|
1366
|
-
|
1367
|
-
class IntraRegionEgress
|
1368
|
-
# @private
|
1369
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1370
|
-
property :egress_rate, as: 'egressRate', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
1371
|
-
|
1372
|
-
end
|
1373
|
-
end
|
1374
|
-
|
1375
|
-
class MachineType
|
1376
|
-
# @private
|
1377
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1378
|
-
property :custom_machine_type, as: 'customMachineType', class: Google::Apis::CloudbillingV1beta::CustomMachineType, decorator: Google::Apis::CloudbillingV1beta::CustomMachineType::Representation
|
1379
|
-
|
1380
|
-
property :predefined_machine_type, as: 'predefinedMachineType', class: Google::Apis::CloudbillingV1beta::PredefinedMachineType, decorator: Google::Apis::CloudbillingV1beta::PredefinedMachineType::Representation
|
1381
|
-
|
1382
|
-
end
|
1383
|
-
end
|
1384
|
-
|
1385
853
|
class Money
|
1386
854
|
# @private
|
1387
855
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1390,226 +858,6 @@ module Google
|
|
1390
858
|
property :units, :numeric_string => true, as: 'units'
|
1391
859
|
end
|
1392
860
|
end
|
1393
|
-
|
1394
|
-
class MultiRegional
|
1395
|
-
# @private
|
1396
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1397
|
-
property :name, as: 'name'
|
1398
|
-
end
|
1399
|
-
end
|
1400
|
-
|
1401
|
-
class PersistentDisk
|
1402
|
-
# @private
|
1403
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1404
|
-
property :disk_size, as: 'diskSize', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
1405
|
-
|
1406
|
-
property :disk_type, as: 'diskType'
|
1407
|
-
property :provisioned_iops, as: 'provisionedIops', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
1408
|
-
|
1409
|
-
property :scope, as: 'scope'
|
1410
|
-
end
|
1411
|
-
end
|
1412
|
-
|
1413
|
-
class PredefinedMachineType
|
1414
|
-
# @private
|
1415
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1416
|
-
property :machine_type, as: 'machineType'
|
1417
|
-
end
|
1418
|
-
end
|
1419
|
-
|
1420
|
-
class PremiumTierEgressWorkload
|
1421
|
-
# @private
|
1422
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1423
|
-
property :destination_continent, as: 'destinationContinent'
|
1424
|
-
property :egress_rate, as: 'egressRate', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
1425
|
-
|
1426
|
-
property :source_region, as: 'sourceRegion'
|
1427
|
-
end
|
1428
|
-
end
|
1429
|
-
|
1430
|
-
class Price
|
1431
|
-
# @private
|
1432
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1433
|
-
property :effective_time, as: 'effectiveTime', class: Google::Apis::CloudbillingV1beta::EstimationTimePoint, decorator: Google::Apis::CloudbillingV1beta::EstimationTimePoint::Representation
|
1434
|
-
|
1435
|
-
property :price_type, as: 'priceType'
|
1436
|
-
property :rate, as: 'rate', class: Google::Apis::CloudbillingV1beta::Rate, decorator: Google::Apis::CloudbillingV1beta::Rate::Representation
|
1437
|
-
|
1438
|
-
end
|
1439
|
-
end
|
1440
|
-
|
1441
|
-
class Rate
|
1442
|
-
# @private
|
1443
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1444
|
-
collection :tiers, as: 'tiers', class: Google::Apis::CloudbillingV1beta::RateTier, decorator: Google::Apis::CloudbillingV1beta::RateTier::Representation
|
1445
|
-
|
1446
|
-
property :unit, as: 'unit'
|
1447
|
-
property :unit_count, as: 'unitCount'
|
1448
|
-
end
|
1449
|
-
end
|
1450
|
-
|
1451
|
-
class RateTier
|
1452
|
-
# @private
|
1453
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1454
|
-
property :price, as: 'price', class: Google::Apis::CloudbillingV1beta::Money, decorator: Google::Apis::CloudbillingV1beta::Money::Representation
|
1455
|
-
|
1456
|
-
property :start_amount, as: 'startAmount'
|
1457
|
-
end
|
1458
|
-
end
|
1459
|
-
|
1460
|
-
class Regional
|
1461
|
-
# @private
|
1462
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1463
|
-
property :name, as: 'name'
|
1464
|
-
end
|
1465
|
-
end
|
1466
|
-
|
1467
|
-
class ScenarioConfig
|
1468
|
-
# @private
|
1469
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1470
|
-
property :estimate_duration, as: 'estimateDuration'
|
1471
|
-
end
|
1472
|
-
end
|
1473
|
-
|
1474
|
-
class SegmentCostEstimate
|
1475
|
-
# @private
|
1476
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1477
|
-
collection :commitment_cost_estimates, as: 'commitmentCostEstimates', class: Google::Apis::CloudbillingV1beta::CommitmentCostEstimate, decorator: Google::Apis::CloudbillingV1beta::CommitmentCostEstimate::Representation
|
1478
|
-
|
1479
|
-
property :segment_start_time, as: 'segmentStartTime', class: Google::Apis::CloudbillingV1beta::EstimationTimePoint, decorator: Google::Apis::CloudbillingV1beta::EstimationTimePoint::Representation
|
1480
|
-
|
1481
|
-
property :segment_total_cost_estimate, as: 'segmentTotalCostEstimate', class: Google::Apis::CloudbillingV1beta::CostEstimate, decorator: Google::Apis::CloudbillingV1beta::CostEstimate::Representation
|
1482
|
-
|
1483
|
-
collection :workload_cost_estimates, as: 'workloadCostEstimates', class: Google::Apis::CloudbillingV1beta::WorkloadCostEstimate, decorator: Google::Apis::CloudbillingV1beta::WorkloadCostEstimate::Representation
|
1484
|
-
|
1485
|
-
end
|
1486
|
-
end
|
1487
|
-
|
1488
|
-
class Sku
|
1489
|
-
# @private
|
1490
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1491
|
-
property :display_name, as: 'displayName'
|
1492
|
-
collection :prices, as: 'prices', class: Google::Apis::CloudbillingV1beta::Price, decorator: Google::Apis::CloudbillingV1beta::Price::Representation
|
1493
|
-
|
1494
|
-
property :sku, as: 'sku'
|
1495
|
-
end
|
1496
|
-
end
|
1497
|
-
|
1498
|
-
class SkuCostEstimate
|
1499
|
-
# @private
|
1500
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1501
|
-
property :cost_estimate, as: 'costEstimate', class: Google::Apis::CloudbillingV1beta::CostEstimate, decorator: Google::Apis::CloudbillingV1beta::CostEstimate::Representation
|
1502
|
-
|
1503
|
-
property :sku, as: 'sku'
|
1504
|
-
property :usage_amount, as: 'usageAmount'
|
1505
|
-
property :usage_unit, as: 'usageUnit'
|
1506
|
-
end
|
1507
|
-
end
|
1508
|
-
|
1509
|
-
class StandardTierEgressWorkload
|
1510
|
-
# @private
|
1511
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1512
|
-
property :egress_rate, as: 'egressRate', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
1513
|
-
|
1514
|
-
property :source_region, as: 'sourceRegion'
|
1515
|
-
end
|
1516
|
-
end
|
1517
|
-
|
1518
|
-
class Usage
|
1519
|
-
# @private
|
1520
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1521
|
-
property :usage_rate_timeline, as: 'usageRateTimeline', class: Google::Apis::CloudbillingV1beta::UsageRateTimeline, decorator: Google::Apis::CloudbillingV1beta::UsageRateTimeline::Representation
|
1522
|
-
|
1523
|
-
end
|
1524
|
-
end
|
1525
|
-
|
1526
|
-
class UsageRateTimeline
|
1527
|
-
# @private
|
1528
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1529
|
-
property :unit, as: 'unit'
|
1530
|
-
collection :usage_rate_timeline_entries, as: 'usageRateTimelineEntries', class: Google::Apis::CloudbillingV1beta::UsageRateTimelineEntry, decorator: Google::Apis::CloudbillingV1beta::UsageRateTimelineEntry::Representation
|
1531
|
-
|
1532
|
-
end
|
1533
|
-
end
|
1534
|
-
|
1535
|
-
class UsageRateTimelineEntry
|
1536
|
-
# @private
|
1537
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1538
|
-
property :effective_time, as: 'effectiveTime', class: Google::Apis::CloudbillingV1beta::EstimationTimePoint, decorator: Google::Apis::CloudbillingV1beta::EstimationTimePoint::Representation
|
1539
|
-
|
1540
|
-
property :usage_rate, as: 'usageRate'
|
1541
|
-
end
|
1542
|
-
end
|
1543
|
-
|
1544
|
-
class VlanAttachment
|
1545
|
-
# @private
|
1546
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1547
|
-
property :bandwidth, as: 'bandwidth'
|
1548
|
-
property :vlan_count, as: 'vlanCount', class: Google::Apis::CloudbillingV1beta::Usage, decorator: Google::Apis::CloudbillingV1beta::Usage::Representation
|
1549
|
-
|
1550
|
-
end
|
1551
|
-
end
|
1552
|
-
|
1553
|
-
class VmResourceBasedCud
|
1554
|
-
# @private
|
1555
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1556
|
-
property :guest_accelerator, as: 'guestAccelerator', class: Google::Apis::CloudbillingV1beta::GuestAccelerator, decorator: Google::Apis::CloudbillingV1beta::GuestAccelerator::Representation
|
1557
|
-
|
1558
|
-
property :machine_series, as: 'machineSeries'
|
1559
|
-
property :memory_size_gb, as: 'memorySizeGb'
|
1560
|
-
property :plan, as: 'plan'
|
1561
|
-
property :region, as: 'region'
|
1562
|
-
property :virtual_cpu_count, :numeric_string => true, as: 'virtualCpuCount'
|
1563
|
-
end
|
1564
|
-
end
|
1565
|
-
|
1566
|
-
class VmToVmEgressWorkload
|
1567
|
-
# @private
|
1568
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1569
|
-
property :inter_region_egress, as: 'interRegionEgress', class: Google::Apis::CloudbillingV1beta::InterRegionEgress, decorator: Google::Apis::CloudbillingV1beta::InterRegionEgress::Representation
|
1570
|
-
|
1571
|
-
property :intra_region_egress, as: 'intraRegionEgress', class: Google::Apis::CloudbillingV1beta::IntraRegionEgress, decorator: Google::Apis::CloudbillingV1beta::IntraRegionEgress::Representation
|
1572
|
-
|
1573
|
-
end
|
1574
|
-
end
|
1575
|
-
|
1576
|
-
class Workload
|
1577
|
-
# @private
|
1578
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1579
|
-
property :cloud_cdn_egress_workload, as: 'cloudCdnEgressWorkload', class: Google::Apis::CloudbillingV1beta::CloudCdnEgressWorkload, decorator: Google::Apis::CloudbillingV1beta::CloudCdnEgressWorkload::Representation
|
1580
|
-
|
1581
|
-
property :cloud_cdn_workload, as: 'cloudCdnWorkload', class: Google::Apis::CloudbillingV1beta::CloudCdnWorkload, decorator: Google::Apis::CloudbillingV1beta::CloudCdnWorkload::Representation
|
1582
|
-
|
1583
|
-
property :cloud_interconnect_egress_workload, as: 'cloudInterconnectEgressWorkload', class: Google::Apis::CloudbillingV1beta::CloudInterconnectEgressWorkload, decorator: Google::Apis::CloudbillingV1beta::CloudInterconnectEgressWorkload::Representation
|
1584
|
-
|
1585
|
-
property :cloud_interconnect_workload, as: 'cloudInterconnectWorkload', class: Google::Apis::CloudbillingV1beta::CloudInterconnectWorkload, decorator: Google::Apis::CloudbillingV1beta::CloudInterconnectWorkload::Representation
|
1586
|
-
|
1587
|
-
property :cloud_storage_egress_workload, as: 'cloudStorageEgressWorkload', class: Google::Apis::CloudbillingV1beta::CloudStorageEgressWorkload, decorator: Google::Apis::CloudbillingV1beta::CloudStorageEgressWorkload::Representation
|
1588
|
-
|
1589
|
-
property :cloud_storage_workload, as: 'cloudStorageWorkload', class: Google::Apis::CloudbillingV1beta::CloudStorageWorkload, decorator: Google::Apis::CloudbillingV1beta::CloudStorageWorkload::Representation
|
1590
|
-
|
1591
|
-
property :compute_vm_workload, as: 'computeVmWorkload', class: Google::Apis::CloudbillingV1beta::ComputeVmWorkload, decorator: Google::Apis::CloudbillingV1beta::ComputeVmWorkload::Representation
|
1592
|
-
|
1593
|
-
property :name, as: 'name'
|
1594
|
-
property :premium_tier_egress_workload, as: 'premiumTierEgressWorkload', class: Google::Apis::CloudbillingV1beta::PremiumTierEgressWorkload, decorator: Google::Apis::CloudbillingV1beta::PremiumTierEgressWorkload::Representation
|
1595
|
-
|
1596
|
-
property :standard_tier_egress_workload, as: 'standardTierEgressWorkload', class: Google::Apis::CloudbillingV1beta::StandardTierEgressWorkload, decorator: Google::Apis::CloudbillingV1beta::StandardTierEgressWorkload::Representation
|
1597
|
-
|
1598
|
-
property :vm_to_vm_egress_workload, as: 'vmToVmEgressWorkload', class: Google::Apis::CloudbillingV1beta::VmToVmEgressWorkload, decorator: Google::Apis::CloudbillingV1beta::VmToVmEgressWorkload::Representation
|
1599
|
-
|
1600
|
-
end
|
1601
|
-
end
|
1602
|
-
|
1603
|
-
class WorkloadCostEstimate
|
1604
|
-
# @private
|
1605
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1606
|
-
property :name, as: 'name'
|
1607
|
-
collection :sku_cost_estimates, as: 'skuCostEstimates', class: Google::Apis::CloudbillingV1beta::SkuCostEstimate, decorator: Google::Apis::CloudbillingV1beta::SkuCostEstimate::Representation
|
1608
|
-
|
1609
|
-
property :workload_total_cost_estimate, as: 'workloadTotalCostEstimate', class: Google::Apis::CloudbillingV1beta::CostEstimate, decorator: Google::Apis::CloudbillingV1beta::CostEstimate::Representation
|
1610
|
-
|
1611
|
-
end
|
1612
|
-
end
|
1613
861
|
end
|
1614
862
|
end
|
1615
863
|
end
|