Struct google_sqladmin1_beta4::OnPremisesConfiguration [] [src]

pub struct OnPremisesConfiguration {
    pub kind: Option<String>,
    pub host_port: Option<String>,
}

On-premises instance configuration.

This type is not used in any activity, and only used as part of another schema.

Fields

This is always sql#onPremisesConfiguration.

The host and port of the on-premises instance in host:port format

Trait Implementations

impl Debug for OnPremisesConfiguration
[src]

Formats the value using the given formatter.

impl Clone for OnPremisesConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for OnPremisesConfiguration
[src]

Returns the "default value" for a type. Read more

impl Part for OnPremisesConfiguration
[src]