Class: Google::Apis::DeploymentmanagerV2::LogConfig
- Inherits:
-
Object
- Object
- Google::Apis::DeploymentmanagerV2::LogConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/deploymentmanager_v2/classes.rb,
generated/google/apis/deploymentmanager_v2/representations.rb,
generated/google/apis/deploymentmanager_v2/representations.rb
Overview
Specifies what kind of log the caller must write
Instance Attribute Summary collapse
-
#counter ⇒ Google::Apis::DeploymentmanagerV2::LogConfigCounterOptions
Options for counters Corresponds to the JSON property
counter
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LogConfig
constructor
A new instance of LogConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ LogConfig
Returns a new instance of LogConfig
513 514 515 |
# File 'generated/google/apis/deploymentmanager_v2/classes.rb', line 513 def initialize(**args) update!(**args) end |
Instance Attribute Details
#counter ⇒ Google::Apis::DeploymentmanagerV2::LogConfigCounterOptions
Options for counters
Corresponds to the JSON property counter
511 512 513 |
# File 'generated/google/apis/deploymentmanager_v2/classes.rb', line 511 def counter @counter end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
518 519 520 |
# File 'generated/google/apis/deploymentmanager_v2/classes.rb', line 518 def update!(**args) @counter = args[:counter] if args.key?(:counter) end |