com.vmware.vmc.orgs.sddcs.networks.edges.statistics package

Submodules

com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client module

class com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Firewall(config)

Bases: vmware.vapi.bindings.stub.VapiInterface

Parameters

config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.

get(org, sddc, edge_id, interval=None)

Retrieve firewall dashboard statistics for a management or compute gateway (NSX Edge).

Parameters
  • org (str) – Organization identifier. (required)

  • sddc (str) – Sddc Identifier. (required)

  • edge_id (str) – Edge Identifier. (required)

  • interval (str or None) – 60 min by default, can be given as 1 - 60 min, oneDay, oneWeek, oneMonth, oneYear. (optional)

Return type

com.vmware.vmc.model_client.DashboardStatistics

Returns

com.vmware.vmc.model.DashboardStatistics

Raise

com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

Raise

com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided

Raise

com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

class com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Interface(config)

Bases: vmware.vapi.bindings.stub.VapiInterface

Parameters

config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.

get(org, sddc, edge_id, interval=None)

Retrieve interface dashboard statistics for a management or compute gateway (NSX Edge).

Parameters
  • org (str) – Organization identifier. (required)

  • sddc (str) – Sddc Identifier. (required)

  • edge_id (str) – Edge Identifier. (required)

  • interval (str or None) – 60 min by default, can be given as 1 - 60 min, oneDay, oneWeek, oneMonth, oneYear. (optional)

Return type

com.vmware.vmc.model_client.DashboardStatistics

Returns

com.vmware.vmc.model.DashboardStatistics

Raise

com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

Raise

com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided

Raise

com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

class com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Ipsec(config)

Bases: vmware.vapi.bindings.stub.VapiInterface

Parameters

config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.

get(org, sddc, edge_id, interval=None)

Retrieve ipsec dashboard statistics for a management or compute gateway (NSX Edge).

Parameters
  • org (str) – Organization identifier. (required)

  • sddc (str) – Sddc Identifier. (required)

  • edge_id (str) – Edge Identifier. (required)

  • interval (str or None) – 60 min by default, can be given as 1 - 60 min, oneDay, oneWeek, oneMonth, oneYear. (optional)

Return type

com.vmware.vmc.model_client.DashboardStatistics

Returns

com.vmware.vmc.model.DashboardStatistics

Raise

com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

Raise

com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided

Raise

com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

class com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.StubFactory(stub_config)

Bases: vmware.vapi.bindings.stub.StubFactoryBase

Initialize StubFactoryBase

Parameters

stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client module

class com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.Internal(config)

Bases: vmware.vapi.bindings.stub.VapiInterface

Parameters

config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.

get(org, sddc, edge_id, start_time=None, end_time=None)

Retrieve internal interface statistics for a management or compute gateway (NSX Edge).

Parameters
  • org (str) – Organization identifier. (required)

  • sddc (str) – Sddc Identifier. (required)

  • edge_id (str) – Edge Identifier. (required)

  • start_time (long or None) – Show statistics from this start time (in milliseconds since epoch). (optional)

  • end_time (long or None) – Show statistics until this end time (in milliseconds since epoch). (optional)

Return type

com.vmware.vmc.model_client.CbmStatistics

Returns

com.vmware.vmc.model.CbmStatistics

Raise

com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

Raise

com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

Raise

com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

class com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.StubFactory(stub_config)

Bases: vmware.vapi.bindings.stub.StubFactoryBase

Initialize StubFactoryBase

Parameters

stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

Bases: vmware.vapi.bindings.stub.VapiInterface

Parameters

config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.

get(org, sddc, edge_id, start_time=None, end_time=None)

Retrieve uplink interface statistics for a management or compute gateway (NSX Edge).

Parameters
  • org (str) – Organization identifier. (required)

  • sddc (str) – Sddc Identifier. (required)

  • edge_id (str) – Edge Identifier. (required)

  • start_time (long or None) – Show statistics from this start time (in milliseconds since epoch). (optional)

  • end_time (long or None) – Show statistics until this end time (in milliseconds since epoch). (optional)

Return type

com.vmware.vmc.model_client.CbmStatistics

Returns

com.vmware.vmc.model.CbmStatistics

Raise

com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

Raise

com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

Raise

com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.