com.vmware.nsx_policy.infra.settings package¶
Subpackages¶
- com.vmware.nsx_policy.infra.settings.firewall package
- Subpackages
- Submodules
- com.vmware.nsx_policy.infra.settings.firewall.idfw_client module
- com.vmware.nsx_policy.infra.settings.firewall.security_client module
Submodules¶
com.vmware.nsx_policy.infra.settings.firewall_client module¶
-
class
com.vmware.nsx_policy.infra.settings.firewall_client.
CpuMemThresholdsProfileBindingMaps
(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterface
Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration
) – Configuration to be used for creating the stub.-
delete
(cpu_mem_thresholds_profile_binding_map_id)¶ API will delete Firewall CPU Memory Thresholds Profile Binding.
Parameters: cpu_mem_thresholds_profile_binding_map_id ( str
) – Firewall CPU Memory Thresholds Profile Binding Map ID (required)Raise: com.vmware.vapi.std.errors_client.ServiceUnavailable
Service UnavailableRaise: com.vmware.vapi.std.errors_client.InvalidRequest
Bad Request, Precondition FailedRaise: com.vmware.vapi.std.errors_client.InternalServerError
Internal Server ErrorRaise: com.vmware.vapi.std.errors_client.Unauthorized
ForbiddenRaise: com.vmware.vapi.std.errors_client.NotFound
Not Found
-
get
(cpu_mem_thresholds_profile_binding_map_id)¶ API will get Firewall CPU Memory Thresholds Profile Binding Map.
Parameters: cpu_mem_thresholds_profile_binding_map_id ( str
) – Firewall CPU Memory Thresholds Profile Binding Map ID (required)Return type: com.vmware.nsx_policy.model_client.PolicyFirewallCPUMemThresholdsProfileBindingMap
Returns: com.vmware.nsx_policy.model.PolicyFirewallCPUMemThresholdsProfileBindingMap Raise: com.vmware.vapi.std.errors_client.ServiceUnavailable
Service UnavailableRaise: com.vmware.vapi.std.errors_client.InvalidRequest
Bad Request, Precondition FailedRaise: com.vmware.vapi.std.errors_client.InternalServerError
Internal Server ErrorRaise: com.vmware.vapi.std.errors_client.Unauthorized
ForbiddenRaise: com.vmware.vapi.std.errors_client.NotFound
Not Found
-
list
(cursor=None, include_mark_for_delete_objects=None, included_fields=None, page_size=None, sort_ascending=None, sort_by=None)¶ API will list all Firewall CPU Memory Thresholds Profile Binding Maps.
Parameters: - cursor (
str
orNone
) – Opaque cursor to be used for getting next page of records (supplied by current result page) (optional) - include_mark_for_delete_objects (
bool
orNone
) – Include objects that are marked for deletion in results (optional, default to false) - included_fields (
str
orNone
) – Comma separated list of fields that should be included in query result (optional) - page_size (
long
orNone
) – Maximum number of results to return in this page (server may return fewer) (optional, default to 1000) - sort_ascending (
bool
orNone
) – (optional) - sort_by (
str
orNone
) – Field by which records are sorted (optional)
Return type: com.vmware.nsx_policy.model_client.PolicyFirewallCPUMemThresholdsProfileBindingMapListResult
Returns: com.vmware.nsx_policy.model.PolicyFirewallCPUMemThresholdsProfileBindingMapListResult
Raise: com.vmware.vapi.std.errors_client.ServiceUnavailable
Service UnavailableRaise: com.vmware.vapi.std.errors_client.InvalidRequest
Bad Request, Precondition FailedRaise: com.vmware.vapi.std.errors_client.InternalServerError
Internal Server ErrorRaise: com.vmware.vapi.std.errors_client.Unauthorized
ForbiddenRaise: com.vmware.vapi.std.errors_client.NotFound
Not Found- cursor (
-
patch
(cpu_mem_thresholds_profile_binding_map_id, policy_firewall_cpu_mem_thresholds_profile_binding_map)¶ API will create or update Firewall CPU Memory Thresholds Profile binding map.
Parameters: - cpu_mem_thresholds_profile_binding_map_id (
str
) – Firewall CPU Memory Thresholds Profile Binding Map ID (required) - policy_firewall_cpu_mem_thresholds_profile_binding_map (
com.vmware.nsx_policy.model_client.PolicyFirewallCPUMemThresholdsProfileBindingMap
) – (required)
Raise: com.vmware.vapi.std.errors_client.ServiceUnavailable
Service UnavailableRaise: com.vmware.vapi.std.errors_client.InvalidRequest
Bad Request, Precondition FailedRaise: com.vmware.vapi.std.errors_client.InternalServerError
Internal Server ErrorRaise: com.vmware.vapi.std.errors_client.Unauthorized
ForbiddenRaise: com.vmware.vapi.std.errors_client.NotFound
Not Found- cpu_mem_thresholds_profile_binding_map_id (
-
update
(cpu_mem_thresholds_profile_binding_map_id, policy_firewall_cpu_mem_thresholds_profile_binding_map)¶ API will update Firewall CPU Memory Thresholds Profile Binding Map.
Parameters: - cpu_mem_thresholds_profile_binding_map_id (
str
) – Firewall CPU Memory Thresholds Profile Binding Map ID (required) - policy_firewall_cpu_mem_thresholds_profile_binding_map (
com.vmware.nsx_policy.model_client.PolicyFirewallCPUMemThresholdsProfileBindingMap
) – (required)
Return type: com.vmware.nsx_policy.model_client.PolicyFirewallCPUMemThresholdsProfileBindingMap
Returns: com.vmware.nsx_policy.model.PolicyFirewallCPUMemThresholdsProfileBindingMap
Raise: com.vmware.vapi.std.errors_client.ServiceUnavailable
Service UnavailableRaise: com.vmware.vapi.std.errors_client.InvalidRequest
Bad Request, Precondition FailedRaise: com.vmware.vapi.std.errors_client.InternalServerError
Internal Server ErrorRaise: com.vmware.vapi.std.errors_client.Unauthorized
ForbiddenRaise: com.vmware.vapi.std.errors_client.NotFound
Not Found- cpu_mem_thresholds_profile_binding_map_id (
-
-
class
com.vmware.nsx_policy.infra.settings.firewall_client.
CpuMemThresholdsProfiles
(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterface
Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration
) – Configuration to be used for creating the stub.-
delete
(profile_id, override=None)¶ Delete CPU and memory thresholds profile.
Parameters: - profile_id (
str
) – (required) - override (
bool
orNone
) – Locally override the global object (optional, default to false)
Raise: com.vmware.vapi.std.errors_client.ServiceUnavailable
Service UnavailableRaise: com.vmware.vapi.std.errors_client.InvalidRequest
Bad Request, Precondition FailedRaise: com.vmware.vapi.std.errors_client.InternalServerError
Internal Server ErrorRaise: com.vmware.vapi.std.errors_client.Unauthorized
ForbiddenRaise: com.vmware.vapi.std.errors_client.NotFound
Not Found- profile_id (
-
get
(profile_id)¶ Read the CPU and memory thresholds profile.
Parameters: profile_id ( str
) – (required)Return type: com.vmware.nsx_policy.model_client.PolicyFirewallCpuMemThresholdsProfile
Returns: com.vmware.nsx_policy.model.PolicyFirewallCpuMemThresholdsProfile Raise: com.vmware.vapi.std.errors_client.ServiceUnavailable
Service UnavailableRaise: com.vmware.vapi.std.errors_client.InvalidRequest
Bad Request, Precondition FailedRaise: com.vmware.vapi.std.errors_client.InternalServerError
Internal Server ErrorRaise: com.vmware.vapi.std.errors_client.Unauthorized
ForbiddenRaise: com.vmware.vapi.std.errors_client.NotFound
Not Found
-
list
(cursor=None, include_mark_for_delete_objects=None, included_fields=None, page_size=None, sort_ascending=None, sort_by=None)¶ List all CPU and memory thresholds profiles.
Parameters: - cursor (
str
orNone
) – Opaque cursor to be used for getting next page of records (supplied by current result page) (optional) - include_mark_for_delete_objects (
bool
orNone
) – Include objects that are marked for deletion in results (optional, default to false) - included_fields (
str
orNone
) – Comma separated list of fields that should be included in query result (optional) - page_size (
long
orNone
) – Maximum number of results to return in this page (server may return fewer) (optional, default to 1000) - sort_ascending (
bool
orNone
) – (optional) - sort_by (
str
orNone
) – Field by which records are sorted (optional)
Return type: com.vmware.nsx_policy.model_client.PolicyFirewallCpuMemThresholdsProfileListResult
Returns: com.vmware.nsx_policy.model.PolicyFirewallCpuMemThresholdsProfileListResult
Raise: com.vmware.vapi.std.errors_client.ServiceUnavailable
Service UnavailableRaise: com.vmware.vapi.std.errors_client.InvalidRequest
Bad Request, Precondition FailedRaise: com.vmware.vapi.std.errors_client.InternalServerError
Internal Server ErrorRaise: com.vmware.vapi.std.errors_client.Unauthorized
ForbiddenRaise: com.vmware.vapi.std.errors_client.NotFound
Not Found- cursor (
-
patch
(profile_id, policy_firewall_cpu_mem_thresholds_profile, override=None)¶ Create or update CPU and memory thresholds profile.
Parameters: - profile_id (
str
) – (required) - policy_firewall_cpu_mem_thresholds_profile (
com.vmware.nsx_policy.model_client.PolicyFirewallCpuMemThresholdsProfile
) – (required) - override (
bool
orNone
) – Locally override the global object (optional, default to false)
Raise: com.vmware.vapi.std.errors_client.ServiceUnavailable
Service UnavailableRaise: com.vmware.vapi.std.errors_client.InvalidRequest
Bad Request, Precondition FailedRaise: com.vmware.vapi.std.errors_client.InternalServerError
Internal Server ErrorRaise: com.vmware.vapi.std.errors_client.Unauthorized
ForbiddenRaise: com.vmware.vapi.std.errors_client.NotFound
Not Found- profile_id (
-
update
(profile_id, policy_firewall_cpu_mem_thresholds_profile, override=None)¶ Create or update CPU and memory thresholds profile.
Parameters: - profile_id (
str
) – (required) - policy_firewall_cpu_mem_thresholds_profile (
com.vmware.nsx_policy.model_client.PolicyFirewallCpuMemThresholdsProfile
) – (required) - override (
bool
orNone
) – Locally override the global object (optional, default to false)
Return type: com.vmware.nsx_policy.model_client.PolicyFirewallCpuMemThresholdsProfile
Returns: com.vmware.nsx_policy.model.PolicyFirewallCpuMemThresholdsProfile
Raise: com.vmware.vapi.std.errors_client.ServiceUnavailable
Service UnavailableRaise: com.vmware.vapi.std.errors_client.InvalidRequest
Bad Request, Precondition FailedRaise: com.vmware.vapi.std.errors_client.InternalServerError
Internal Server ErrorRaise: com.vmware.vapi.std.errors_client.Unauthorized
ForbiddenRaise: com.vmware.vapi.std.errors_client.NotFound
Not Found- profile_id (
-
-
class
com.vmware.nsx_policy.infra.settings.firewall_client.
Security
(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterface
Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration
) – Configuration to be used for creating the stub.-
get
()¶ Get the current dfw firewall configurations.
Return type: com.vmware.nsx_policy.model_client.DfwFirewallConfiguration
Returns: com.vmware.nsx_policy.model.DfwFirewallConfiguration Raise: com.vmware.vapi.std.errors_client.ServiceUnavailable
Service UnavailableRaise: com.vmware.vapi.std.errors_client.InvalidRequest
Bad Request, Precondition FailedRaise: com.vmware.vapi.std.errors_client.InternalServerError
Internal Server ErrorRaise: com.vmware.vapi.std.errors_client.Unauthorized
ForbiddenRaise: com.vmware.vapi.std.errors_client.NotFound
Not Found
-
patch
(dfw_firewall_configuration)¶ Update dfw firewall related configurations.
Parameters: dfw_firewall_configuration ( com.vmware.nsx_policy.model_client.DfwFirewallConfiguration
) – (required)Raise: com.vmware.vapi.std.errors_client.ServiceUnavailable
Service UnavailableRaise: com.vmware.vapi.std.errors_client.InvalidRequest
Bad Request, Precondition FailedRaise: com.vmware.vapi.std.errors_client.InternalServerError
Internal Server ErrorRaise: com.vmware.vapi.std.errors_client.Unauthorized
ForbiddenRaise: com.vmware.vapi.std.errors_client.NotFound
Not Found
-
update
(dfw_firewall_configuration)¶ Update dfw firewall related configurations.
Parameters: dfw_firewall_configuration ( com.vmware.nsx_policy.model_client.DfwFirewallConfiguration
) – (required)Return type: com.vmware.nsx_policy.model_client.DfwFirewallConfiguration
Returns: com.vmware.nsx_policy.model.DfwFirewallConfiguration Raise: com.vmware.vapi.std.errors_client.ServiceUnavailable
Service UnavailableRaise: com.vmware.vapi.std.errors_client.InvalidRequest
Bad Request, Precondition FailedRaise: com.vmware.vapi.std.errors_client.InternalServerError
Internal Server ErrorRaise: com.vmware.vapi.std.errors_client.Unauthorized
ForbiddenRaise: com.vmware.vapi.std.errors_client.NotFound
Not Found
-
-
class
com.vmware.nsx_policy.infra.settings.firewall_client.
Stats
(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterface
Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration
) – Configuration to be used for creating the stub.-
RESET_CATEGORY_DFW
= 'DFW'¶ Possible value for
category
of methodStats.reset()
.
-
RESET_CATEGORY_EDGE
= 'EDGE'¶ Possible value for
category
of methodStats.reset()
.
-
reset
(category, enforcement_point_path=None)¶ Sets firewall rule statistics counter to zero. This operation is supported for given category, for example: DFW i.e. for all layer3 firewall (transport nodes only) rules or EDGE i.e. for all layer3 edge firewall (edge nodes only) rules. - no enforcement point path specified: On global manager, it is mandatory to give an enforcement point path. On local manager, reset of stats will be executed for each enforcement point. - {enforcement_point_path}: Reset of stats will be executed only for the given enforcement point.
Parameters: - category (
str
) – Aggregation statistic category (required) - enforcement_point_path (
str
orNone
) – String Path of the enforcement point (optional)
Raise: com.vmware.vapi.std.errors_client.ServiceUnavailable
Service UnavailableRaise: com.vmware.vapi.std.errors_client.InvalidRequest
Bad Request, Precondition FailedRaise: com.vmware.vapi.std.errors_client.InternalServerError
Internal Server ErrorRaise: com.vmware.vapi.std.errors_client.Unauthorized
ForbiddenRaise: com.vmware.vapi.std.errors_client.NotFound
Not Found- category (
-
-
class
com.vmware.nsx_policy.infra.settings.firewall_client.
StubFactory
(stub_config)¶ Bases:
vmware.vapi.bindings.stub.StubFactoryBase
Initialize StubFactoryBase
Parameters: stub_config ( vmware.vapi.bindings.stub.StubConfiguration
) – Stub config instance