class Google::Apis::SqladminV1beta4::OnPremisesConfiguration

On-premises instance configuration.

Attributes

host_port[RW]

The host and port of the on-premises instance in host:port format Corresponds to the JSON property `hostPort` @return [String]

kind[RW]

This is always sql#onPremisesConfiguration. Corresponds to the JSON property `kind` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/sqladmin_v1beta4/classes.rb, line 1266
def update!(**args)
  @host_port = args[:host_port] if args.key?(:host_port)
  @kind = args[:kind] if args.key?(:kind)
end