Skip to content

Relational property "storageType" is not visible for SoftLayer_Account::getNetworkStorage method #28

@rubercuellar

Description

@rubercuellar

I am trying to get information about "storageType" relational property, but this property is not available to be used in object mask for method SoftLayer_Account::getNetworkStorage.

        Account.Service accountService = Account.service(client);
        // Declare an object mask, to get relational properties
        accountService.withMask().networkStorage().storageType();

The above code is not working, However, I can retrieve that property using a Rest request:

https://$user:$apiKey@api.softlayer.com/rest/v3/SoftLayer_Account/getNetworkStorage?objectMask=mask[storageType]

Method: Get

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