RoutePolicyProperties interface
RoutePolicyProperties defines the resource properties.
- Extends
Properties
address |
AddressFamilyType. This parameter decides whether the given ipv4 or ipv6 route policy. |
administrative |
Administrative state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
configuration |
Configuration state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
network |
Arm Resource ID of Network Fabric. |
provisioning |
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
annotation | Switch configuration description. |
statements | Route Policy statements. |
Property Details
addressFamilyType
AddressFamilyType. This parameter decides whether the given ipv4 or ipv6 route policy.
addressFamilyType?: string
Property Value
string
administrativeState
Administrative state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
administrativeState?: string
Property Value
string
configurationState
Configuration state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
configurationState?: string
Property Value
string
networkFabricId
Arm Resource ID of Network Fabric.
networkFabricId: string
Property Value
string
provisioningState
Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Inherited Property Details
annotation
Switch configuration description.
annotation?: string
Property Value
string
Inherited From AnnotationResource.annotation
statements
Route Policy statements.
statements?: RoutePolicyStatementProperties[]
Property Value
Inherited From RoutePolicyPatchableProperties.statements