Class: Google::Apis::ComputeAlpha::PreviewFeatureStatus

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



53814
53815
53816
# File 'lib/google/apis/compute_alpha/classes.rb', line 53814

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)


53802
53803
53804
# File 'lib/google/apis/compute_alpha/classes.rb', line 53802

def description
  @description
end

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

Returns:

  • (String)


53807
53808
53809
# File 'lib/google/apis/compute_alpha/classes.rb', line 53807

def help_link
  @help_link
end

#release_statusGoogle::Apis::ComputeAlpha::PreviewFeatureStatusReleaseStatus

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



53812
53813
53814
# File 'lib/google/apis/compute_alpha/classes.rb', line 53812

def release_status
  @release_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



53819
53820
53821
53822
53823
# File 'lib/google/apis/compute_alpha/classes.rb', line 53819

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