Este contenido no está disponible en el idioma seleccionado.
3.2. Listing Data Centers
This Ruby example lists the data centers.
Get the reference to the root of the services tree:
Get the reference to the service that manages the
collection of data centers:
Retrieve the list of data centers and for each one
print its name:
# Get the reference to the root of the services tree:
system_service = connection.system_service
# Get the reference to the service that manages the
# collection of data centers:
dcs_service = system_service.data_centers_service
# Retrieve the list of data centers and for each one
# print its name:
dcs = dcs_service.list
dcs.each do |dc|
puts dc.name
end
Copy to ClipboardCopied!Toggle word wrapToggle overflow
In an environment with only the Default data center, the example outputs:
Default
Default
Copy to ClipboardCopied!Toggle word wrapToggle overflow
Ayudamos a los usuarios de Red Hat a innovar y alcanzar sus objetivos con nuestros productos y servicios con contenido en el que pueden confiar. Explore nuestras recientes actualizaciones.
Hacer que el código abierto sea más inclusivo
Red Hat se compromete a reemplazar el lenguaje problemático en nuestro código, documentación y propiedades web. Para más detalles, consulte el Blog de Red Hat.
Acerca de Red Hat
Ofrecemos soluciones reforzadas que facilitan a las empresas trabajar en plataformas y entornos, desde el centro de datos central hasta el perímetro de la red.