Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaProjectProperties

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

Overview

Metadata information for the given project

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaProjectProperties

Returns a new instance of GoogleCloudIntegrationsV1alphaProjectProperties.



8409
8410
8411
# File 'lib/google/apis/integrations_v1/classes.rb', line 8409

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

Instance Attribute Details

#ip_enablement_stateString

An enum value of what the enablement state is for the given project Corresponds to the JSON property ipEnablementState

Returns:

  • (String)


8402
8403
8404
# File 'lib/google/apis/integrations_v1/classes.rb', line 8402

def ip_enablement_state
  @ip_enablement_state
end

#provisioned_regionsArray<String>

A list of provisioned regions on the current project Corresponds to the JSON property provisionedRegions

Returns:

  • (Array<String>)


8407
8408
8409
# File 'lib/google/apis/integrations_v1/classes.rb', line 8407

def provisioned_regions
  @provisioned_regions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8414
8415
8416
8417
# File 'lib/google/apis/integrations_v1/classes.rb', line 8414

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