class Google::Apis::SpannerV1::InstanceConfig

the geographic placement of nodes and their replication.
A possible configuration for a Cloud Spanner instance. Configurations define

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @display_name = args[:display_name] if args.key?(:display_name)
  @free_instance_availability = args[:free_instance_availability] if args.key?(:free_instance_availability)
  @leader_options = args[:leader_options] if args.key?(:leader_options)
  @name = args[:name] if args.key?(:name)
  @replicas = args[:replicas] if args.key?(:replicas)
end