Class: Google::Apis::ComputeV1::PreviewFeatureStatus

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/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.



42755
42756
42757
# File 'lib/google/apis/compute_v1/classes.rb', line 42755

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)


42743
42744
42745
# File 'lib/google/apis/compute_v1/classes.rb', line 42743

def description
  @description
end

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

Returns:

  • (String)


42748
42749
42750
# File 'lib/google/apis/compute_v1/classes.rb', line 42748

def help_link
  @help_link
end

#release_statusGoogle::Apis::ComputeV1::PreviewFeatureStatusReleaseStatus

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



42753
42754
42755
# File 'lib/google/apis/compute_v1/classes.rb', line 42753

def release_status
  @release_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



42760
42761
42762
42763
42764
# File 'lib/google/apis/compute_v1/classes.rb', line 42760

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