Class: Google::Apis::ComputeBeta::PreviewFeatureStatus

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

Overview

[Output Only] The status of the feature.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PreviewFeatureStatus

Returns a new instance of PreviewFeatureStatus.



46414
46415
46416
# File 'lib/google/apis/compute_beta/classes.rb', line 46414

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

Instance Attribute Details

#descriptionString

Output only. [Output Only] The description of the feature. Corresponds to the JSON property description

Returns:

  • (String)


46402
46403
46404
# File 'lib/google/apis/compute_beta/classes.rb', line 46402

def description
  @description
end

Output only. [Output Only] Link to the public documentation for the feature. Corresponds to the JSON property helpLink

Returns:

  • (String)


46407
46408
46409
# File 'lib/google/apis/compute_beta/classes.rb', line 46407

def help_link
  @help_link
end

#release_statusGoogle::Apis::ComputeBeta::PreviewFeatureStatusReleaseStatus

[Output Only] The release status of the feature. Corresponds to the JSON property releaseStatus



46412
46413
46414
# File 'lib/google/apis/compute_beta/classes.rb', line 46412

def release_status
  @release_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



46419
46420
46421
46422
46423
# File 'lib/google/apis/compute_beta/classes.rb', line 46419

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