vas

VFabricAdministrationServer

class vas.VFabricAdministrationServer.VFabricAdministrationServer[source]

Bases: object

The main entry point to the vFabric Administration Server API

Variables:
__init__(host='localhost', port=8443, username='admin', password='vmware')[source]

Creates an entry point that will connect to a vFabric Administration Server

Parameters:
  • host (str) – The username to use to authenticate with the server
  • port (int) – The password to use to authenticate with the server
  • username (str) – The host of the server
  • password (str) – The HTTPS port of the server

VFabricAdministrationServerError

class vas.VFabricAdministrationServerError.VFabricAdministrationServerError[source]

Bases: exceptions.Exception

Raised to indicate a failure has occurred when communicating with the vFabric Administration Server

Variables:
  • code (int) – the HTTP error code returned by the server
  • messages (list) – the error messages, if any, returned by the server

Table Of Contents

Previous topic

vFabric Administration Server Python API

Next topic

vas.gemfire