class Google::Apis::TpuV2alpha1::AccessConfig

An access config attached to the TPU worker.

Attributes

external_ip[RW]

Output only. An external IP address associated with the TPU worker. Corresponds to the JSON property ‘externalIp` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/tpu_v2alpha1/classes.rb, line 59
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/tpu_v2alpha1/classes.rb, line 64
def update!(**args)
  @external_ip = args[:external_ip] if args.key?(:external_ip)
end