Infoblox::Grid::CloudAPI::Info - Infoblox::Grid::CloudAPI::Info object.


NAME

Infoblox::Grid::CloudAPI::Info - Infoblox::Grid::CloudAPI::Info object.


DESCRIPTION

This structure aggregates all information related to Cloud objects.


SESSION METHODS

The object does not support any session methods. It is retrieved as part of the objects supporting it.


METHODS

This section describes all the methods that you can use to set or retrieve the attribute values of the object.

delegated_member( )

Use this method to set or retrieve the reference to the Cloud Platform Appliance to which authority of an object is delegated. If the delegated_scope value is SUBTREE or RECLAIMING, this is a read-only attribute.

Include the specified parameter to set the attribute value. Omit the parameter to retrieve the attribute value.

Parameter

None if the attribute is a read-only. Otherwise the valid value is an Infoblox::DHCP::Member object.

Returns

If you specified a parameter, the method returns true when the modification succeeds, and returns false when the operation fails.

If you did not specify a parameter, the method returns the attribute value.

If this is a read-only attribute, the method returns the attribute value.

Example
 # Get delegated_member
 $delegated_member = $cloud_api_info->delegated_member();
 # Set delegated_member
 $cloud_api_info->delegated_member($member);

delegated_root( )

Use this method to retrieve the root of the delegation if delegated_scope is SUBTREE or RECLAIMING. This is a read-only attribute.

Parameter

None

Returns

This method returns the attribute value.

Example
 # Get delegated_root
 $delegated_root = $cloud_api_info->delegated_root();

delegated_scope( )

Use this method to retrieve the delegation scope of the object. This is a read-only attribute.

Parameter

None

Returns

This method returns the attribute value.

Example
 # Get delegated_scope
 $delegated_scope = $cloud_api_info->delegated_scope();

owned_by_adaptor( )

Use this method to retrieve the information about whether the object was created by the cloud adapter or not.

Parameter

None

Returns

This method returns the attribute value.

Example
 # Get owned_by_adaptor
 $owned_by_adaptor = $cloud_api_info->owned_by_adaptor();

tenant( )

Use this method to retrieve the reference to the tenant object associated with the object, if any. This is a read-only attribute.

Parameter

None

Returns

This method returns the attribute value.

Example
 # Get tenant
 $tenant = $cloud_api_info->tenant();

usage( )

Use this method to retrieve the the cloud origin of the object. This is a read-only attribute.

Parameter

None

Returns

This method returns the attribute value.

Example
 # Get usage
 $usage = $cloud_api_info->usage();

authority_type( )

Use this method to retrieve the authority type of the object. This is a read-only attribute.

Parameter

None

Returns

This method returns the attribute value.

Example
 # Get authority_type
 $authority_type = $cloud_api_info->authority_type();


AUTHOR

Infoblox Inc. http://www.infoblox.com/


SEE ALSO

Infoblox::DHCP::Member, Infoblox::Grid::CloudAPI::Tenant


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.