Class: Google::Apis::ServicenetworkingV1beta::VpcServiceControls
- Inherits:
-
Object
- Object
- Google::Apis::ServicenetworkingV1beta::VpcServiceControls
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/servicenetworking_v1beta/classes.rb,
lib/google/apis/servicenetworking_v1beta/representations.rb,
lib/google/apis/servicenetworking_v1beta/representations.rb
Overview
Response for the get VPC Service Controls request.
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
(also: #enabled?)
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ VpcServiceControls
constructor
A new instance of VpcServiceControls.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ VpcServiceControls
Returns a new instance of VpcServiceControls.
4795 4796 4797 |
# File 'lib/google/apis/servicenetworking_v1beta/classes.rb', line 4795 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enabled ⇒ Boolean Also known as: enabled?
Output only. Indicates whether the VPC Service Controls are enabled or
disabled for the connection. If the consumer called the
EnableVpcServiceControls method, then this is true. If the consumer called
DisableVpcServiceControls, then this is false. The default is false.
Corresponds to the JSON property enabled
4792 4793 4794 |
# File 'lib/google/apis/servicenetworking_v1beta/classes.rb', line 4792 def enabled @enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4800 4801 4802 |
# File 'lib/google/apis/servicenetworking_v1beta/classes.rb', line 4800 def update!(**args) @enabled = args[:enabled] if args.key?(:enabled) end |