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
- property username#
Username.
- Type:
str