Class: Google::Apis::ServicenetworkingV1::DisableVpcServiceControlsRequest
- Inherits:
-
Object
- Object
- Google::Apis::ServicenetworkingV1::DisableVpcServiceControlsRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/servicenetworking_v1/classes.rb,
generated/google/apis/servicenetworking_v1/representations.rb,
generated/google/apis/servicenetworking_v1/representations.rb
Overview
Request to disable VPC service controls.
Instance Attribute Summary collapse
-
#consumer_network ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DisableVpcServiceControlsRequest
constructor
A new instance of DisableVpcServiceControlsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DisableVpcServiceControlsRequest
Returns a new instance of DisableVpcServiceControlsRequest.
1153 1154 1155 |
# File 'generated/google/apis/servicenetworking_v1/classes.rb', line 1153 def initialize(**args) update!(**args) end |
Instance Attribute Details
#consumer_network ⇒ String
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
1151 1152 1153 |
# File 'generated/google/apis/servicenetworking_v1/classes.rb', line 1151 def consumer_network @consumer_network end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1158 1159 1160 |
# File 'generated/google/apis/servicenetworking_v1/classes.rb', line 1158 def update!(**args) @consumer_network = args[:consumer_network] if args.key?(:consumer_network) end |