Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::InstancesScopedList.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#instances
def instances() -> ::Array<::Google::Cloud::Compute::V1::Instance>
Returns
- (::Array<::Google::Cloud::Compute::V1::Instance>) — [Output Only] A list of instances contained in this scope.
#instances=
def instances=(value) -> ::Array<::Google::Cloud::Compute::V1::Instance>
Parameter
- value (::Array<::Google::Cloud::Compute::V1::Instance>) — [Output Only] A list of instances contained in this scope.
Returns
- (::Array<::Google::Cloud::Compute::V1::Instance>) — [Output Only] A list of instances contained in this scope.
#warning
def warning() -> ::Google::Cloud::Compute::V1::Warning
Returns
- (::Google::Cloud::Compute::V1::Warning) — [Output Only] Informational warning which replaces the list of instances when the list is empty.
#warning=
def warning=(value) -> ::Google::Cloud::Compute::V1::Warning
Parameter
- value (::Google::Cloud::Compute::V1::Warning) — [Output Only] Informational warning which replaces the list of instances when the list is empty.
Returns
- (::Google::Cloud::Compute::V1::Warning) — [Output Only] Informational warning which replaces the list of instances when the list is empty.