AgentPoolGatewayProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Profile of the managed cluster gateway agent pool.
public class AgentPoolGatewayProfile
type AgentPoolGatewayProfile = class
Public Class AgentPoolGatewayProfile
- Inheritance
-
AgentPoolGatewayProfile
Constructors
| Name | Description |
|---|---|
| AgentPoolGatewayProfile() |
Initializes a new instance of the AgentPoolGatewayProfile class. |
| AgentPoolGatewayProfile(Nullable<Int32>) |
Initializes a new instance of the AgentPoolGatewayProfile class. |
Properties
| Name | Description |
|---|---|
| PublicIPPrefixSize |
Gets or sets the Gateway agent pool associates one public IPPrefix for each static egress gateway to provide public egress. The size of Public IPPrefix should be selected by the user. Each node in the agent pool is assigned with one IP from the IPPrefix. The IPPrefix size thus serves as a cap on the size of the Gateway agent pool. Due to Azure public IPPrefix size limitation, the valid value range is [28, 31] (/31 = 2 nodes/IPs, /30 = 4 nodes/IPs, /29 = 8 nodes/IPs, /28 = 16 nodes/IPs). The default value is 31. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |