Class: Google::Apis::ServicenetworkingV1beta::VpcServiceControls

Inherits:
Object
  • Object
show all
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
more...

Overview

Response for the get VPC Service Controls request.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ VpcServiceControls

Returns a new instance of VpcServiceControls.

[View source]

4435
4436
4437
# File 'lib/google/apis/servicenetworking_v1beta/classes.rb', line 4435

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

Instance Attribute Details

#enabledBoolean 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

Returns:

  • (Boolean)

4432
4433
4434
# File 'lib/google/apis/servicenetworking_v1beta/classes.rb', line 4432

def enabled
  @enabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

4440
4441
4442
# File 'lib/google/apis/servicenetworking_v1beta/classes.rb', line 4440

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