Skip to content

getVolumesAttached to server #399

@mshannaq

Description

@mshannaq

Hello,

is there any method to get the attached volumes into server?

for example:

compute = $openstack->computeV2();
$server = $compute->getServer(['id' => 'server-id']);

// Get attached volumes
$volumes = $server->getVolumesAttached();

or how can I see if there is any volumes attached to the server?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions