getcloudprofileResult Structure Definition

The getcloudprofileResult structure defines the return type for getcloudprofile API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

cloudprofileList

List of cloudprofiles


cloudprofile Structure Definition

The cloudprofile structure defines the actual return type values for getcloudprofile API.

Syntax



Members

name

Name for the Cloud profile.

type

Type of cloud profile that you want to create, Vserver or based on Azure Tags

vservername

Name for the virtual server. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at sign (@), equal sign (=), and hyphen (-) characters. Can be changed after the virtual server is created. CLI Users: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my vserver" or 'my vserver').

servicetype

Protocol used by the service (also called the service type).

ipaddress

IPv4 or IPv6 address to assign to the virtual server.

port

Port number for the virtual server.

servicegroupname

servicegroups bind to this server

boundservicegroupsvctype

The type of bound service

vsvrbindsvcport

The port number to be used for the bound service.

azuretagname

Azure tag name

azuretagvalue

Azure tag value

azurepollperiod

Azure polling period (in seconds)

graceful

Indicates graceful shutdown of the service. System will wait for all outstanding connections to this service to be closed before disabling the service.

delay

Time, in seconds, after which all the services configured on the server are disabled.

_nextgenapiresource


See Also