SAI Metadata
Loading...
Searching...
No Matches
saiisolationgroup.h File Reference

This module defines SAI Isolation Group interface. More...

#include <saitypes.h>

Go to the source code of this file.

Classes

struct  _sai_isolation_group_api_t
 Isolation group method table retrieved with sai_api_query() More...
 

Typedefs

typedef enum _sai_isolation_group_type_t sai_isolation_group_type_t
 Isolation group type.
 
typedef enum _sai_isolation_group_attr_t sai_isolation_group_attr_t
 Attributes for isolation group.
 
typedef enum _sai_isolation_group_member_attr_t sai_isolation_group_member_attr_t
 
typedef sai_status_t(* sai_create_isolation_group_fn) (_Out_ sai_object_id_t *isolation_group_id, _In_ sai_object_id_t switch_id, _In_ uint32_t attr_count, _In_ const sai_attribute_t *attr_list)
 Create isolation group.
 
typedef sai_status_t(* sai_remove_isolation_group_fn) (_In_ sai_object_id_t isolation_group_id)
 Remove isolation group.
 
typedef sai_status_t(* sai_set_isolation_group_attribute_fn) (_In_ sai_object_id_t isolation_group_id, _In_ const sai_attribute_t *attr)
 Set isolation group attribute.
 
typedef sai_status_t(* sai_get_isolation_group_attribute_fn) (_In_ sai_object_id_t isolation_group_id, _In_ uint32_t attr_count, _Inout_ sai_attribute_t *attr_list)
 Get isolation group attribute.
 
typedef sai_status_t(* sai_create_isolation_group_member_fn) (_Out_ sai_object_id_t *isolation_group_member_id, _In_ sai_object_id_t switch_id, _In_ uint32_t attr_count, _In_ const sai_attribute_t *attr_list)
 Create isolation group member.
 
typedef sai_status_t(* sai_remove_isolation_group_member_fn) (_In_ sai_object_id_t isolation_group_member_id)
 Remove isolation group member.
 
typedef sai_status_t(* sai_set_isolation_group_member_attribute_fn) (_In_ sai_object_id_t isolation_group_member_id, _In_ const sai_attribute_t *attr)
 Set isolation group member attribute.
 
typedef sai_status_t(* sai_get_isolation_group_member_attribute_fn) (_In_ sai_object_id_t isolation_group_member_id, _In_ uint32_t attr_count, _Inout_ sai_attribute_t *attr_list)
 Get isolation group member attribute.
 
typedef struct _sai_isolation_group_api_t sai_isolation_group_api_t
 Isolation group method table retrieved with sai_api_query()
 

Enumerations

enum  _sai_isolation_group_type_t { SAI_ISOLATION_GROUP_TYPE_PORT , SAI_ISOLATION_GROUP_TYPE_BRIDGE_PORT }
 Isolation group type. More...
 
enum  _sai_isolation_group_attr_t {
  SAI_ISOLATION_GROUP_ATTR_START , SAI_ISOLATION_GROUP_ATTR_TYPE = SAI_ISOLATION_GROUP_ATTR_START , SAI_ISOLATION_GROUP_ATTR_ISOLATION_MEMBER_LIST , SAI_ISOLATION_GROUP_ATTR_END ,
  SAI_ISOLATION_GROUP_ATTR_CUSTOM_RANGE_START = 0x10000000 , SAI_ISOLATION_GROUP_ATTR_CUSTOM_RANGE_END
}
 Attributes for isolation group. More...
 
enum  _sai_isolation_group_member_attr_t {
  SAI_ISOLATION_GROUP_MEMBER_ATTR_START , SAI_ISOLATION_GROUP_MEMBER_ATTR_ISOLATION_GROUP_ID = SAI_ISOLATION_GROUP_MEMBER_ATTR_START , SAI_ISOLATION_GROUP_MEMBER_ATTR_ISOLATION_OBJECT , SAI_ISOLATION_GROUP_MEMBER_ATTR_END ,
  SAI_ISOLATION_GROUP_MEMBER_ATTR_CUSTOM_RANGE_START = 0x10000000 , SAI_ISOLATION_GROUP_MEMBER_ATTR_CUSTOM_RANGE_END
}
 

Detailed Description

This module defines SAI Isolation Group interface.

Copyright (c) 2018 Microsoft Open Technologies, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

THIS CODE IS PROVIDED ON AN AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT.

See the Apache Version 2.0 License for specific language governing permissions and limitations under the License.

Microsoft would like to thank the following companies for their review and assistance with these files: Intel Corporation, Mellanox Technologies Ltd, Dell Products, L.P., Facebook, Inc., Marvell International Ltd.

Definition in file saiisolationgroup.h.