@@ -800,12 +800,12 @@ def update!(**args)
800800 class ComputeEngineShapeDescriptor
801801 include Google ::Apis ::Core ::Hashable
802802
803- # Number of logical cores.
803+ # Output only. Number of logical cores.
804804 # Corresponds to the JSON property `logicalCoreCount`
805805 # @return [Fixnum]
806806 attr_accessor :logical_core_count
807807
808- # Compute Engine machine type.
808+ # Output only. Compute Engine machine type.
809809 # Corresponds to the JSON property `machineType`
810810 # @return [String]
811811 attr_accessor :machine_type
@@ -820,12 +820,12 @@ class ComputeEngineShapeDescriptor
820820 # @return [Fixnum]
821821 attr_accessor :physical_core_count
822822
823- # Compute Engine machine series.
823+ # Output only. Compute Engine machine series.
824824 # Corresponds to the JSON property `series`
825825 # @return [String]
826826 attr_accessor :series
827827
828- # Compute Engine storage. Never empty.
828+ # Output only. Compute Engine storage. Never empty.
829829 # Corresponds to the JSON property `storage`
830830 # @return [Array<Google::Apis::MigrationcenterV1::ComputeStorageDescriptor>]
831831 attr_accessor :storage
@@ -849,12 +849,12 @@ def update!(**args)
849849 class ComputeStorageDescriptor
850850 include Google ::Apis ::Core ::Hashable
851851
852- # Disk size in GiB.
852+ # Output only. Disk size in GiB.
853853 # Corresponds to the JSON property `sizeGb`
854854 # @return [Fixnum]
855855 attr_accessor :size_gb
856856
857- # Disk type backing the storage.
857+ # Output only. Disk type backing the storage.
858858 # Corresponds to the JSON property `type`
859859 # @return [String]
860860 attr_accessor :type
@@ -1509,7 +1509,7 @@ def update!(**args)
15091509 class FitDescriptor
15101510 include Google ::Apis ::Core ::Hashable
15111511
1512- # Fit level.
1512+ # Output only. Fit level.
15131513 # Corresponds to the JSON property `fitLevel`
15141514 # @return [String]
15151515 attr_accessor :fit_level
0 commit comments