Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.02 KB

File metadata and controls

24 lines (18 loc) · 1.02 KB

IntersightClient::ConvergedinfraPodSummary

Properties

Name Type Description Notes
class_id String The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. [default to 'convergedinfra.PodSummary']
object_type String The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. [default to 'convergedinfra.PodSummary']
active_nodes Integer Number of Nodes that are powered on and have at least 1 VM associated with the pod. [optional][readonly]
vm_count Integer Number of VMs associated with the pod. [optional][readonly]

Example

require 'intersight_client'

instance = IntersightClient::ConvergedinfraPodSummary.new(
  class_id: null,
  object_type: null,
  active_nodes: null,
  vm_count: null
)