Class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1Hub

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/beyondcorp_v1/classes.rb,
lib/google/apis/beyondcorp_v1/representations.rb,
lib/google/apis/beyondcorp_v1/representations.rb

Overview

The Hub message contains information pertaining to the regional data path deployments.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1Hub

Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1Hub.



1763
1764
1765
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1763

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

Instance Attribute Details

#nat_gateway_configGoogle::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1NatGatewayConfig

Represents the NAT Gateway configuration. Corresponds to the JSON property natGatewayConfig



1761
1762
1763
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1761

def nat_gateway_config
  @nat_gateway_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1768
1769
1770
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1768

def update!(**args)
  @nat_gateway_config = args[:nat_gateway_config] if args.key?(:nat_gateway_config)
end