Class: Google::Apis::WorkloadmanagerV1::LocationData

Inherits:
Object
  • Object
show all
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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LocationData

Returns a new instance of LocationData.



944
945
946
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 944

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#blobstore_locationGoogle::Apis::WorkloadmanagerV1::BlobstoreLocation

Policy ID that identified data placement in Blobstore as per go/blobstore-user- guide#data-metadata-placement-and-failure-domains Corresponds to the JSON property blobstoreLocation



916
917
918
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 916

def blobstore_location
  @blobstore_location
end

#child_asset_locationGoogle::Apis::WorkloadmanagerV1::CloudAssetComposition

Corresponds to the JSON property childAssetLocation



921
922
923
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 921

def child_asset_location
  @child_asset_location
end

#direct_locationGoogle::Apis::WorkloadmanagerV1::DirectLocationAssignment

Corresponds to the JSON property directLocation



926
927
928
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 926

def direct_location
  @direct_location
end

#gcp_project_proxyGoogle::Apis::WorkloadmanagerV1::TenantProjectProxy

Corresponds to the JSON property gcpProjectProxy



931
932
933
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 931

def gcp_project_proxy
  @gcp_project_proxy
end

#placer_locationGoogle::Apis::WorkloadmanagerV1::PlacerLocation

Message describing that the location of the customer resource is tied to placer allocations Corresponds to the JSON property placerLocation



937
938
939
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 937

def placer_location
  @placer_location
end

#spanner_locationGoogle::Apis::WorkloadmanagerV1::SpannerLocation

Corresponds to the JSON property spannerLocation



942
943
944
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 942

def spanner_location
  @spanner_location
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



949
950
951
952
953
954
955
956
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 949

def update!(**args)
  @blobstore_location = args[:blobstore_location] if args.key?(:blobstore_location)
  @child_asset_location = args[:child_asset_location] if args.key?(:child_asset_location)
  @direct_location = args[:direct_location] if args.key?(:direct_location)
  @gcp_project_proxy = args[:gcp_project_proxy] if args.key?(:gcp_project_proxy)
  @placer_location = args[:placer_location] if args.key?(:placer_location)
  @spanner_location = args[:spanner_location] if args.key?(:spanner_location)
end