ServiceCenter#

class ServiceCenter(name=None, ip_address=None, username=None, port=None, *args, **kwargs)[source]#

Bases: object

Service center to which remote tunnel is connected at Nutanix’s end.

Parameters:
  • name – (name) Name of service center.

  • ip_address – (ip_address) IP address of the service center.

  • username – (username) Username.

  • port – (port) Port number.

property ip_address#

IP address of the service center.

Type:

str

property name#

Name of service center.

Type:

str

property port#

Port number.

Type:

int

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model

property username#

Username.

Type:

str