Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaProjectProperties
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaProjectProperties
- 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
-
#ip_enablement_state ⇒ String
An enum value of what the enablement state is for the given project Corresponds to the JSON property
ipEnablementState. -
#provisioned_regions ⇒ Array<String>
A list of provisioned regions on the current project Corresponds to the JSON property
provisionedRegions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaProjectProperties
constructor
A new instance of GoogleCloudIntegrationsV1alphaProjectProperties.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_state ⇒ String
An enum value of what the enablement state is for the given project
Corresponds to the JSON property ipEnablementState
8402 8403 8404 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 8402 def ip_enablement_state @ip_enablement_state end |
#provisioned_regions ⇒ Array<String>
A list of provisioned regions on the current project
Corresponds to the JSON property provisionedRegions
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 |