The CLUSTER_NETWORK_PROFILE enumeration defines the valid values for network adapter firewall profiles. When the server firewall enforces policies specified in [MS-FASP], the server SHOULD determine the network adapter firewall profile by querying the server firewall for the network adapter profile and mapping that value as specified below.
typedef enum _CLUSTER_NETWORK_PROFILE
{
ClusterNetworkProfilePublic = 0x00,
ClusterNetworkProfilePrivate = 0x01,
ClusterNetworkProfileDomainAuthenticated = 0x02
} CLUSTER_NETWORK_PROFILE,
*PCLUSTER_NETWORK_PROFILE;
ClusterNetworkProfilePublic: See FW_PROFILE_TYPE_PUBLIC in [MS-FASP] section 2.2.2.
ClusterNetworkProfilePrivate: See FW_PROFILE_TYPE_PRIVATE in [MS-FASP] section 2.2.2.
ClusterNetworkProfileDomainAuthenticated: See FW_PROFILE_TYPE_DOMAIN in [MS-FASP] section 2.2.2.