Class: Google::Apis::ServicenetworkingV1::EnableVpcServiceControlsRequest

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

Overview

Request to enable VPC service controls.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnableVpcServiceControlsRequest

Returns a new instance of EnableVpcServiceControlsRequest.



1812
1813
1814
# File 'lib/google/apis/servicenetworking_v1/classes.rb', line 1812

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

Instance Attribute Details

#consumer_networkString

Required. The network that the consumer is using to connect with services. Must be in the form of projects/project/global/networks/network project is a project number, as in '12345' network is network name. Corresponds to the JSON property consumerNetwork

Returns:

  • (String)


1810
1811
1812
# File 'lib/google/apis/servicenetworking_v1/classes.rb', line 1810

def consumer_network
  @consumer_network
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1817
1818
1819
# File 'lib/google/apis/servicenetworking_v1/classes.rb', line 1817

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