panos.AggregateInterface
Explore with Pulumi AI
Create AggregateInterface Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AggregateInterface(name: string, args: AggregateInterfaceArgs, opts?: CustomResourceOptions);
@overload
def AggregateInterface(resource_name: str,
args: AggregateInterfaceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AggregateInterface(resource_name: str,
opts: Optional[ResourceOptions] = None,
location: Optional[AggregateInterfaceLocationArgs] = None,
comment: Optional[str] = None,
decrypt_mirror: Optional[AggregateInterfaceDecryptMirrorArgs] = None,
ha: Optional[AggregateInterfaceHaArgs] = None,
layer2: Optional[AggregateInterfaceLayer2Args] = None,
layer3: Optional[AggregateInterfaceLayer3Args] = None,
name: Optional[str] = None,
virtual_wire: Optional[AggregateInterfaceVirtualWireArgs] = None)
func NewAggregateInterface(ctx *Context, name string, args AggregateInterfaceArgs, opts ...ResourceOption) (*AggregateInterface, error)
public AggregateInterface(string name, AggregateInterfaceArgs args, CustomResourceOptions? opts = null)
public AggregateInterface(String name, AggregateInterfaceArgs args)
public AggregateInterface(String name, AggregateInterfaceArgs args, CustomResourceOptions options)
type: panos:AggregateInterface
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args AggregateInterfaceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args AggregateInterfaceArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AggregateInterfaceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AggregateInterfaceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AggregateInterfaceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var aggregateInterfaceResource = new Panos.AggregateInterface("aggregateInterfaceResource", new()
{
Location = new Panos.Inputs.AggregateInterfaceLocationArgs
{
Ngfw = new Panos.Inputs.AggregateInterfaceLocationNgfwArgs
{
NgfwDevice = "string",
},
Shared = null,
Template = new Panos.Inputs.AggregateInterfaceLocationTemplateArgs
{
Name = "string",
NgfwDevice = "string",
PanoramaDevice = "string",
},
TemplateStack = new Panos.Inputs.AggregateInterfaceLocationTemplateStackArgs
{
Name = "string",
NgfwDevice = "string",
PanoramaDevice = "string",
},
},
Comment = "string",
DecryptMirror = null,
Ha = new Panos.Inputs.AggregateInterfaceHaArgs
{
Lacp = new Panos.Inputs.AggregateInterfaceHaLacpArgs
{
Enable = false,
FastFailover = false,
MaxPorts = 0,
Mode = "string",
SystemPriority = 0,
TransmissionRate = "string",
},
},
Layer2 = new Panos.Inputs.AggregateInterfaceLayer2Args
{
Lacp = new Panos.Inputs.AggregateInterfaceLayer2LacpArgs
{
Enable = false,
FastFailover = false,
HighAvailability = new Panos.Inputs.AggregateInterfaceLayer2LacpHighAvailabilityArgs
{
PassivePreNegotiation = false,
},
MaxPorts = 0,
Mode = "string",
SystemPriority = 0,
TransmissionRate = "string",
},
Lldp = new Panos.Inputs.AggregateInterfaceLayer2LldpArgs
{
Enable = false,
HighAvailability = new Panos.Inputs.AggregateInterfaceLayer2LldpHighAvailabilityArgs
{
PassivePreNegotiation = false,
},
Profile = "string",
},
NetflowProfile = "string",
},
Layer3 = new Panos.Inputs.AggregateInterfaceLayer3Args
{
AdjustTcpMss = new Panos.Inputs.AggregateInterfaceLayer3AdjustTcpMssArgs
{
Enable = false,
Ipv4MssAdjustment = 0,
Ipv6MssAdjustment = 0,
},
Arps = new[]
{
new Panos.Inputs.AggregateInterfaceLayer3ArpArgs
{
Name = "string",
HwAddress = "string",
},
},
Bonjour = new Panos.Inputs.AggregateInterfaceLayer3BonjourArgs
{
Enable = false,
GroupId = 0,
TtlCheck = false,
},
DdnsConfig = new Panos.Inputs.AggregateInterfaceLayer3DdnsConfigArgs
{
DdnsCertProfile = "string",
DdnsEnabled = false,
DdnsHostname = "string",
DdnsIps = new[]
{
"string",
},
DdnsIpv6s = new[]
{
"string",
},
DdnsUpdateInterval = 0,
DdnsVendor = "string",
DdnsVendorConfigs = new[]
{
new Panos.Inputs.AggregateInterfaceLayer3DdnsConfigDdnsVendorConfigArgs
{
Name = "string",
Value = "string",
},
},
},
DecryptForward = false,
DfIgnore = false,
DhcpClient = new Panos.Inputs.AggregateInterfaceLayer3DhcpClientArgs
{
CreateDefaultRoute = false,
DefaultRouteMetric = 0,
Enable = false,
SendHostname = new Panos.Inputs.AggregateInterfaceLayer3DhcpClientSendHostnameArgs
{
Enable = false,
Hostname = "string",
},
},
InterfaceManagementProfile = "string",
Ips = new[]
{
new Panos.Inputs.AggregateInterfaceLayer3IpArgs
{
Name = "string",
SdwanGateway = "string",
},
},
Ipv6 = new Panos.Inputs.AggregateInterfaceLayer3Ipv6Args
{
Addresses = new[]
{
new Panos.Inputs.AggregateInterfaceLayer3Ipv6AddressArgs
{
Name = "string",
Advertise = new Panos.Inputs.AggregateInterfaceLayer3Ipv6AddressAdvertiseArgs
{
AutoConfigFlag = false,
Enable = false,
OnlinkFlag = false,
PreferredLifetime = "string",
ValidLifetime = "string",
},
Anycast = null,
EnableOnInterface = false,
Prefix = null,
},
},
DhcpClient = new Panos.Inputs.AggregateInterfaceLayer3Ipv6DhcpClientArgs
{
AcceptRaRoute = false,
DefaultRouteMetric = 0,
Enable = false,
NeighborDiscovery = new Panos.Inputs.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryArgs
{
DadAttempts = 0,
DnsServer = new Panos.Inputs.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServerArgs
{
Enable = false,
Source = new Panos.Inputs.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServerSourceArgs
{
Dhcpv6 = null,
Manual = new Panos.Inputs.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServerSourceManualArgs
{
Servers = new[]
{
new Panos.Inputs.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServerSourceManualServerArgs
{
Name = "string",
Lifetime = 0,
},
},
},
},
},
DnsSuffix = new Panos.Inputs.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffixArgs
{
Enable = false,
Source = new Panos.Inputs.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffixSourceArgs
{
Dhcpv6 = null,
Manual = new Panos.Inputs.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffixSourceManualArgs
{
Suffixes = new[]
{
new Panos.Inputs.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffixSourceManualSuffixArgs
{
Name = "string",
Lifetime = 0,
},
},
},
},
},
EnableDad = false,
EnableNdpMonitor = false,
Neighbors = new[]
{
new Panos.Inputs.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryNeighborArgs
{
Name = "string",
HwAddress = "string",
},
},
NsInterval = 0,
ReachableTime = 0,
},
Preference = "string",
PrefixDelegation = new Panos.Inputs.AggregateInterfaceLayer3Ipv6DhcpClientPrefixDelegationArgs
{
Enable = new Panos.Inputs.AggregateInterfaceLayer3Ipv6DhcpClientPrefixDelegationEnableArgs
{
No = null,
Yes = new Panos.Inputs.AggregateInterfaceLayer3Ipv6DhcpClientPrefixDelegationEnableYesArgs
{
PfxPoolName = "string",
PrefixLen = 0,
PrefixLenHint = false,
},
},
},
V6Options = new Panos.Inputs.AggregateInterfaceLayer3Ipv6DhcpClientV6OptionsArgs
{
DuidType = "string",
Enable = new Panos.Inputs.AggregateInterfaceLayer3Ipv6DhcpClientV6OptionsEnableArgs
{
No = null,
Yes = new Panos.Inputs.AggregateInterfaceLayer3Ipv6DhcpClientV6OptionsEnableYesArgs
{
NonTempAddr = false,
TempAddr = false,
},
},
RapidCommit = false,
SupportSrvrReconfig = false,
},
},
Enabled = false,
Inherited = new Panos.Inputs.AggregateInterfaceLayer3Ipv6InheritedArgs
{
AssignAddrs = new[]
{
new Panos.Inputs.AggregateInterfaceLayer3Ipv6InheritedAssignAddrArgs
{
Name = "string",
Type = new Panos.Inputs.AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeArgs
{
Gua = new Panos.Inputs.AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeGuaArgs
{
Advertise = new Panos.Inputs.AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeGuaAdvertiseArgs
{
AutoConfigFlag = false,
Enable = false,
OnlinkFlag = false,
},
EnableOnInterface = false,
PoolType = new Panos.Inputs.AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeGuaPoolTypeArgs
{
Dynamic = null,
DynamicId = new Panos.Inputs.AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeGuaPoolTypeDynamicIdArgs
{
Identifier = 0,
},
},
PrefixPool = "string",
},
Ula = new Panos.Inputs.AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeUlaArgs
{
Address = "string",
Advertise = new Panos.Inputs.AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeUlaAdvertiseArgs
{
AutoConfigFlag = false,
Enable = false,
OnlinkFlag = false,
PreferredLifetime = "string",
ValidLifetime = "string",
},
Anycast = false,
EnableOnInterface = false,
Prefix = false,
},
},
},
},
Enable = false,
NeighborDiscovery = new Panos.Inputs.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryArgs
{
DadAttempts = 0,
DnsServer = new Panos.Inputs.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerArgs
{
Enable = false,
Source = new Panos.Inputs.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSourceArgs
{
Dhcpv6 = new Panos.Inputs.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSourceDhcpv6Args
{
PrefixPool = "string",
},
Manual = new Panos.Inputs.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSourceManualArgs
{
Servers = new[]
{
new Panos.Inputs.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSourceManualServerArgs
{
Name = "string",
Lifetime = 0,
},
},
},
},
},
DnsSuffix = new Panos.Inputs.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixArgs
{
Enable = false,
Source = new Panos.Inputs.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSourceArgs
{
Dhcpv6 = new Panos.Inputs.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSourceDhcpv6Args
{
PrefixPool = "string",
},
Manual = new Panos.Inputs.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSourceManualArgs
{
Suffixes = new[]
{
new Panos.Inputs.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSourceManualSuffixArgs
{
Name = "string",
Lifetime = 0,
},
},
},
},
},
EnableDad = false,
EnableNdpMonitor = false,
Neighbors = new[]
{
new Panos.Inputs.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryNeighborArgs
{
Name = "string",
HwAddress = "string",
},
},
NsInterval = 0,
ReachableTime = 0,
RouterAdvertisement = new Panos.Inputs.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryRouterAdvertisementArgs
{
Enable = false,
EnableConsistencyCheck = false,
HopLimit = "string",
Lifetime = 0,
LinkMtu = "string",
ManagedFlag = false,
MaxInterval = 0,
MinInterval = 0,
OtherFlag = false,
ReachableTime = "string",
RetransmissionTimer = "string",
RouterPreference = "string",
},
},
},
InterfaceId = "string",
NeighborDiscovery = new Panos.Inputs.AggregateInterfaceLayer3Ipv6NeighborDiscoveryArgs
{
DadAttempts = 0,
EnableDad = false,
EnableNdpMonitor = false,
Neighbors = new[]
{
new Panos.Inputs.AggregateInterfaceLayer3Ipv6NeighborDiscoveryNeighborArgs
{
Name = "string",
HwAddress = "string",
},
},
NsInterval = 0,
ReachableTime = 0,
RouterAdvertisement = new Panos.Inputs.AggregateInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementArgs
{
DnsSupport = new Panos.Inputs.AggregateInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupportArgs
{
Enable = false,
Servers = new[]
{
new Panos.Inputs.AggregateInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupportServerArgs
{
Name = "string",
Lifetime = 0,
},
},
Suffixes = new[]
{
new Panos.Inputs.AggregateInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupportSuffixArgs
{
Name = "string",
Lifetime = 0,
},
},
},
Enable = false,
EnableConsistencyCheck = false,
HopLimit = "string",
Lifetime = 0,
LinkMtu = "string",
ManagedFlag = false,
MaxInterval = 0,
MinInterval = 0,
OtherFlag = false,
ReachableTime = "string",
RetransmissionTimer = "string",
RouterPreference = "string",
},
},
},
Lacp = new Panos.Inputs.AggregateInterfaceLayer3LacpArgs
{
Enable = false,
FastFailover = false,
HighAvailability = new Panos.Inputs.AggregateInterfaceLayer3LacpHighAvailabilityArgs
{
PassivePreNegotiation = false,
},
MaxPorts = 0,
Mode = "string",
SystemPriority = 0,
TransmissionRate = "string",
},
Lldp = new Panos.Inputs.AggregateInterfaceLayer3LldpArgs
{
Enable = false,
HighAvailability = new Panos.Inputs.AggregateInterfaceLayer3LldpHighAvailabilityArgs
{
PassivePreNegotiation = false,
},
Profile = "string",
},
Mtu = 0,
NdpProxy = new Panos.Inputs.AggregateInterfaceLayer3NdpProxyArgs
{
Addresses = new[]
{
new Panos.Inputs.AggregateInterfaceLayer3NdpProxyAddressArgs
{
Name = "string",
Negate = false,
},
},
Enabled = false,
},
NetflowProfile = "string",
SdwanLinkSettings = new Panos.Inputs.AggregateInterfaceLayer3SdwanLinkSettingsArgs
{
Enable = false,
SdwanInterfaceProfile = "string",
UpstreamNat = new Panos.Inputs.AggregateInterfaceLayer3SdwanLinkSettingsUpstreamNatArgs
{
Ddns = null,
Enable = false,
StaticIp = new Panos.Inputs.AggregateInterfaceLayer3SdwanLinkSettingsUpstreamNatStaticIpArgs
{
Fqdn = "string",
IpAddress = "string",
},
},
},
UntaggedSubInterface = false,
},
Name = "string",
VirtualWire = new Panos.Inputs.AggregateInterfaceVirtualWireArgs
{
Lldp = new Panos.Inputs.AggregateInterfaceVirtualWireLldpArgs
{
Enable = false,
HighAvailability = new Panos.Inputs.AggregateInterfaceVirtualWireLldpHighAvailabilityArgs
{
PassivePreNegotiation = false,
},
Profile = "string",
},
NetflowProfile = "string",
},
});
example, err := panos.NewAggregateInterface(ctx, "aggregateInterfaceResource", &panos.AggregateInterfaceArgs{
Location: &panos.AggregateInterfaceLocationArgs{
Ngfw: &panos.AggregateInterfaceLocationNgfwArgs{
NgfwDevice: pulumi.String("string"),
},
Shared: &panos.AggregateInterfaceLocationSharedArgs{},
Template: &panos.AggregateInterfaceLocationTemplateArgs{
Name: pulumi.String("string"),
NgfwDevice: pulumi.String("string"),
PanoramaDevice: pulumi.String("string"),
},
TemplateStack: &panos.AggregateInterfaceLocationTemplateStackArgs{
Name: pulumi.String("string"),
NgfwDevice: pulumi.String("string"),
PanoramaDevice: pulumi.String("string"),
},
},
Comment: pulumi.String("string"),
DecryptMirror: &panos.AggregateInterfaceDecryptMirrorArgs{},
Ha: &panos.AggregateInterfaceHaArgs{
Lacp: &panos.AggregateInterfaceHaLacpArgs{
Enable: pulumi.Bool(false),
FastFailover: pulumi.Bool(false),
MaxPorts: pulumi.Float64(0),
Mode: pulumi.String("string"),
SystemPriority: pulumi.Float64(0),
TransmissionRate: pulumi.String("string"),
},
},
Layer2: &panos.AggregateInterfaceLayer2Args{
Lacp: &panos.AggregateInterfaceLayer2LacpArgs{
Enable: pulumi.Bool(false),
FastFailover: pulumi.Bool(false),
HighAvailability: &panos.AggregateInterfaceLayer2LacpHighAvailabilityArgs{
PassivePreNegotiation: pulumi.Bool(false),
},
MaxPorts: pulumi.Float64(0),
Mode: pulumi.String("string"),
SystemPriority: pulumi.Float64(0),
TransmissionRate: pulumi.String("string"),
},
Lldp: &panos.AggregateInterfaceLayer2LldpArgs{
Enable: pulumi.Bool(false),
HighAvailability: &panos.AggregateInterfaceLayer2LldpHighAvailabilityArgs{
PassivePreNegotiation: pulumi.Bool(false),
},
Profile: pulumi.String("string"),
},
NetflowProfile: pulumi.String("string"),
},
Layer3: &panos.AggregateInterfaceLayer3Args{
AdjustTcpMss: &panos.AggregateInterfaceLayer3AdjustTcpMssArgs{
Enable: pulumi.Bool(false),
Ipv4MssAdjustment: pulumi.Float64(0),
Ipv6MssAdjustment: pulumi.Float64(0),
},
Arps: panos.AggregateInterfaceLayer3ArpArray{
&panos.AggregateInterfaceLayer3ArpArgs{
Name: pulumi.String("string"),
HwAddress: pulumi.String("string"),
},
},
Bonjour: &panos.AggregateInterfaceLayer3BonjourArgs{
Enable: pulumi.Bool(false),
GroupId: pulumi.Float64(0),
TtlCheck: pulumi.Bool(false),
},
DdnsConfig: &panos.AggregateInterfaceLayer3DdnsConfigArgs{
DdnsCertProfile: pulumi.String("string"),
DdnsEnabled: pulumi.Bool(false),
DdnsHostname: pulumi.String("string"),
DdnsIps: pulumi.StringArray{
pulumi.String("string"),
},
DdnsIpv6s: pulumi.StringArray{
pulumi.String("string"),
},
DdnsUpdateInterval: pulumi.Float64(0),
DdnsVendor: pulumi.String("string"),
DdnsVendorConfigs: panos.AggregateInterfaceLayer3DdnsConfigDdnsVendorConfigArray{
&panos.AggregateInterfaceLayer3DdnsConfigDdnsVendorConfigArgs{
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
},
DecryptForward: pulumi.Bool(false),
DfIgnore: pulumi.Bool(false),
DhcpClient: &panos.AggregateInterfaceLayer3DhcpClientArgs{
CreateDefaultRoute: pulumi.Bool(false),
DefaultRouteMetric: pulumi.Float64(0),
Enable: pulumi.Bool(false),
SendHostname: &panos.AggregateInterfaceLayer3DhcpClientSendHostnameArgs{
Enable: pulumi.Bool(false),
Hostname: pulumi.String("string"),
},
},
InterfaceManagementProfile: pulumi.String("string"),
Ips: panos.AggregateInterfaceLayer3IpArray{
&panos.AggregateInterfaceLayer3IpArgs{
Name: pulumi.String("string"),
SdwanGateway: pulumi.String("string"),
},
},
Ipv6: &panos.AggregateInterfaceLayer3Ipv6Args{
Addresses: panos.AggregateInterfaceLayer3Ipv6AddressArray{
&panos.AggregateInterfaceLayer3Ipv6AddressArgs{
Name: pulumi.String("string"),
Advertise: &panos.AggregateInterfaceLayer3Ipv6AddressAdvertiseArgs{
AutoConfigFlag: pulumi.Bool(false),
Enable: pulumi.Bool(false),
OnlinkFlag: pulumi.Bool(false),
PreferredLifetime: pulumi.String("string"),
ValidLifetime: pulumi.String("string"),
},
Anycast: &panos.AggregateInterfaceLayer3Ipv6AddressAnycastArgs{},
EnableOnInterface: pulumi.Bool(false),
Prefix: &panos.AggregateInterfaceLayer3Ipv6AddressPrefixArgs{},
},
},
DhcpClient: &panos.AggregateInterfaceLayer3Ipv6DhcpClientArgs{
AcceptRaRoute: pulumi.Bool(false),
DefaultRouteMetric: pulumi.Float64(0),
Enable: pulumi.Bool(false),
NeighborDiscovery: &panos.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryArgs{
DadAttempts: pulumi.Float64(0),
DnsServer: &panos.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServerArgs{
Enable: pulumi.Bool(false),
Source: &panos.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServerSourceArgs{
Dhcpv6: &panos.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServerSourceDhcpv6Args{},
Manual: &panos.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServerSourceManualArgs{
Servers: panos.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServerSourceManualServerArray{
&panos.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServerSourceManualServerArgs{
Name: pulumi.String("string"),
Lifetime: pulumi.Float64(0),
},
},
},
},
},
DnsSuffix: &panos.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffixArgs{
Enable: pulumi.Bool(false),
Source: &panos.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffixSourceArgs{
Dhcpv6: &panos.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffixSourceDhcpv6Args{},
Manual: &panos.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffixSourceManualArgs{
Suffixes: panos.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffixSourceManualSuffixArray{
&panos.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffixSourceManualSuffixArgs{
Name: pulumi.String("string"),
Lifetime: pulumi.Float64(0),
},
},
},
},
},
EnableDad: pulumi.Bool(false),
EnableNdpMonitor: pulumi.Bool(false),
Neighbors: panos.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryNeighborArray{
&panos.AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryNeighborArgs{
Name: pulumi.String("string"),
HwAddress: pulumi.String("string"),
},
},
NsInterval: pulumi.Float64(0),
ReachableTime: pulumi.Float64(0),
},
Preference: pulumi.String("string"),
PrefixDelegation: &panos.AggregateInterfaceLayer3Ipv6DhcpClientPrefixDelegationArgs{
Enable: &panos.AggregateInterfaceLayer3Ipv6DhcpClientPrefixDelegationEnableArgs{
No: &panos.AggregateInterfaceLayer3Ipv6DhcpClientPrefixDelegationEnableNoArgs{},
Yes: &panos.AggregateInterfaceLayer3Ipv6DhcpClientPrefixDelegationEnableYesArgs{
PfxPoolName: pulumi.String("string"),
PrefixLen: pulumi.Float64(0),
PrefixLenHint: pulumi.Bool(false),
},
},
},
V6Options: &panos.AggregateInterfaceLayer3Ipv6DhcpClientV6OptionsArgs{
DuidType: pulumi.String("string"),
Enable: &panos.AggregateInterfaceLayer3Ipv6DhcpClientV6OptionsEnableArgs{
No: &panos.AggregateInterfaceLayer3Ipv6DhcpClientV6OptionsEnableNoArgs{},
Yes: &panos.AggregateInterfaceLayer3Ipv6DhcpClientV6OptionsEnableYesArgs{
NonTempAddr: pulumi.Bool(false),
TempAddr: pulumi.Bool(false),
},
},
RapidCommit: pulumi.Bool(false),
SupportSrvrReconfig: pulumi.Bool(false),
},
},
Enabled: pulumi.Bool(false),
Inherited: &panos.AggregateInterfaceLayer3Ipv6InheritedArgs{
AssignAddrs: panos.AggregateInterfaceLayer3Ipv6InheritedAssignAddrArray{
&panos.AggregateInterfaceLayer3Ipv6InheritedAssignAddrArgs{
Name: pulumi.String("string"),
Type: &panos.AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeArgs{
Gua: &panos.AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeGuaArgs{
Advertise: &panos.AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeGuaAdvertiseArgs{
AutoConfigFlag: pulumi.Bool(false),
Enable: pulumi.Bool(false),
OnlinkFlag: pulumi.Bool(false),
},
EnableOnInterface: pulumi.Bool(false),
PoolType: &panos.AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeGuaPoolTypeArgs{
Dynamic: &panos.AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeGuaPoolTypeDynamicArgs{},
DynamicId: &panos.AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeGuaPoolTypeDynamicIdArgs{
Identifier: pulumi.Float64(0),
},
},
PrefixPool: pulumi.String("string"),
},
Ula: &panos.AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeUlaArgs{
Address: pulumi.String("string"),
Advertise: &panos.AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeUlaAdvertiseArgs{
AutoConfigFlag: pulumi.Bool(false),
Enable: pulumi.Bool(false),
OnlinkFlag: pulumi.Bool(false),
PreferredLifetime: pulumi.String("string"),
ValidLifetime: pulumi.String("string"),
},
Anycast: pulumi.Bool(false),
EnableOnInterface: pulumi.Bool(false),
Prefix: pulumi.Bool(false),
},
},
},
},
Enable: pulumi.Bool(false),
NeighborDiscovery: &panos.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryArgs{
DadAttempts: pulumi.Float64(0),
DnsServer: &panos.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerArgs{
Enable: pulumi.Bool(false),
Source: &panos.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSourceArgs{
Dhcpv6: &panos.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSourceDhcpv6Args{
PrefixPool: pulumi.String("string"),
},
Manual: &panos.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSourceManualArgs{
Servers: panos.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSourceManualServerArray{
&panos.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSourceManualServerArgs{
Name: pulumi.String("string"),
Lifetime: pulumi.Float64(0),
},
},
},
},
},
DnsSuffix: &panos.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixArgs{
Enable: pulumi.Bool(false),
Source: &panos.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSourceArgs{
Dhcpv6: &panos.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSourceDhcpv6Args{
PrefixPool: pulumi.String("string"),
},
Manual: &panos.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSourceManualArgs{
Suffixes: panos.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSourceManualSuffixArray{
&panos.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSourceManualSuffixArgs{
Name: pulumi.String("string"),
Lifetime: pulumi.Float64(0),
},
},
},
},
},
EnableDad: pulumi.Bool(false),
EnableNdpMonitor: pulumi.Bool(false),
Neighbors: panos.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryNeighborArray{
&panos.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryNeighborArgs{
Name: pulumi.String("string"),
HwAddress: pulumi.String("string"),
},
},
NsInterval: pulumi.Float64(0),
ReachableTime: pulumi.Float64(0),
RouterAdvertisement: &panos.AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryRouterAdvertisementArgs{
Enable: pulumi.Bool(false),
EnableConsistencyCheck: pulumi.Bool(false),
HopLimit: pulumi.String("string"),
Lifetime: pulumi.Float64(0),
LinkMtu: pulumi.String("string"),
ManagedFlag: pulumi.Bool(false),
MaxInterval: pulumi.Float64(0),
MinInterval: pulumi.Float64(0),
OtherFlag: pulumi.Bool(false),
ReachableTime: pulumi.String("string"),
RetransmissionTimer: pulumi.String("string"),
RouterPreference: pulumi.String("string"),
},
},
},
InterfaceId: pulumi.String("string"),
NeighborDiscovery: &panos.AggregateInterfaceLayer3Ipv6NeighborDiscoveryArgs{
DadAttempts: pulumi.Float64(0),
EnableDad: pulumi.Bool(false),
EnableNdpMonitor: pulumi.Bool(false),
Neighbors: panos.AggregateInterfaceLayer3Ipv6NeighborDiscoveryNeighborArray{
&panos.AggregateInterfaceLayer3Ipv6NeighborDiscoveryNeighborArgs{
Name: pulumi.String("string"),
HwAddress: pulumi.String("string"),
},
},
NsInterval: pulumi.Float64(0),
ReachableTime: pulumi.Float64(0),
RouterAdvertisement: &panos.AggregateInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementArgs{
DnsSupport: &panos.AggregateInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupportArgs{
Enable: pulumi.Bool(false),
Servers: panos.AggregateInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupportServerArray{
&panos.AggregateInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupportServerArgs{
Name: pulumi.String("string"),
Lifetime: pulumi.Float64(0),
},
},
Suffixes: panos.AggregateInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupportSuffixArray{
&panos.AggregateInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupportSuffixArgs{
Name: pulumi.String("string"),
Lifetime: pulumi.Float64(0),
},
},
},
Enable: pulumi.Bool(false),
EnableConsistencyCheck: pulumi.Bool(false),
HopLimit: pulumi.String("string"),
Lifetime: pulumi.Float64(0),
LinkMtu: pulumi.String("string"),
ManagedFlag: pulumi.Bool(false),
MaxInterval: pulumi.Float64(0),
MinInterval: pulumi.Float64(0),
OtherFlag: pulumi.Bool(false),
ReachableTime: pulumi.String("string"),
RetransmissionTimer: pulumi.String("string"),
RouterPreference: pulumi.String("string"),
},
},
},
Lacp: &panos.AggregateInterfaceLayer3LacpArgs{
Enable: pulumi.Bool(false),
FastFailover: pulumi.Bool(false),
HighAvailability: &panos.AggregateInterfaceLayer3LacpHighAvailabilityArgs{
PassivePreNegotiation: pulumi.Bool(false),
},
MaxPorts: pulumi.Float64(0),
Mode: pulumi.String("string"),
SystemPriority: pulumi.Float64(0),
TransmissionRate: pulumi.String("string"),
},
Lldp: &panos.AggregateInterfaceLayer3LldpArgs{
Enable: pulumi.Bool(false),
HighAvailability: &panos.AggregateInterfaceLayer3LldpHighAvailabilityArgs{
PassivePreNegotiation: pulumi.Bool(false),
},
Profile: pulumi.String("string"),
},
Mtu: pulumi.Float64(0),
NdpProxy: &panos.AggregateInterfaceLayer3NdpProxyArgs{
Addresses: panos.AggregateInterfaceLayer3NdpProxyAddressArray{
&panos.AggregateInterfaceLayer3NdpProxyAddressArgs{
Name: pulumi.String("string"),
Negate: pulumi.Bool(false),
},
},
Enabled: pulumi.Bool(false),
},
NetflowProfile: pulumi.String("string"),
SdwanLinkSettings: &panos.AggregateInterfaceLayer3SdwanLinkSettingsArgs{
Enable: pulumi.Bool(false),
SdwanInterfaceProfile: pulumi.String("string"),
UpstreamNat: &panos.AggregateInterfaceLayer3SdwanLinkSettingsUpstreamNatArgs{
Ddns: &panos.AggregateInterfaceLayer3SdwanLinkSettingsUpstreamNatDdnsArgs{},
Enable: pulumi.Bool(false),
StaticIp: &panos.AggregateInterfaceLayer3SdwanLinkSettingsUpstreamNatStaticIpArgs{
Fqdn: pulumi.String("string"),
IpAddress: pulumi.String("string"),
},
},
},
UntaggedSubInterface: pulumi.Bool(false),
},
Name: pulumi.String("string"),
VirtualWire: &panos.AggregateInterfaceVirtualWireArgs{
Lldp: &panos.AggregateInterfaceVirtualWireLldpArgs{
Enable: pulumi.Bool(false),
HighAvailability: &panos.AggregateInterfaceVirtualWireLldpHighAvailabilityArgs{
PassivePreNegotiation: pulumi.Bool(false),
},
Profile: pulumi.String("string"),
},
NetflowProfile: pulumi.String("string"),
},
})
var aggregateInterfaceResource = new AggregateInterface("aggregateInterfaceResource", AggregateInterfaceArgs.builder()
.location(AggregateInterfaceLocationArgs.builder()
.ngfw(AggregateInterfaceLocationNgfwArgs.builder()
.ngfwDevice("string")
.build())
.shared()
.template(AggregateInterfaceLocationTemplateArgs.builder()
.name("string")
.ngfwDevice("string")
.panoramaDevice("string")
.build())
.templateStack(AggregateInterfaceLocationTemplateStackArgs.builder()
.name("string")
.ngfwDevice("string")
.panoramaDevice("string")
.build())
.build())
.comment("string")
.decryptMirror()
.ha(AggregateInterfaceHaArgs.builder()
.lacp(AggregateInterfaceHaLacpArgs.builder()
.enable(false)
.fastFailover(false)
.maxPorts(0)
.mode("string")
.systemPriority(0)
.transmissionRate("string")
.build())
.build())
.layer2(AggregateInterfaceLayer2Args.builder()
.lacp(AggregateInterfaceLayer2LacpArgs.builder()
.enable(false)
.fastFailover(false)
.highAvailability(AggregateInterfaceLayer2LacpHighAvailabilityArgs.builder()
.passivePreNegotiation(false)
.build())
.maxPorts(0)
.mode("string")
.systemPriority(0)
.transmissionRate("string")
.build())
.lldp(AggregateInterfaceLayer2LldpArgs.builder()
.enable(false)
.highAvailability(AggregateInterfaceLayer2LldpHighAvailabilityArgs.builder()
.passivePreNegotiation(false)
.build())
.profile("string")
.build())
.netflowProfile("string")
.build())
.layer3(AggregateInterfaceLayer3Args.builder()
.adjustTcpMss(AggregateInterfaceLayer3AdjustTcpMssArgs.builder()
.enable(false)
.ipv4MssAdjustment(0)
.ipv6MssAdjustment(0)
.build())
.arps(AggregateInterfaceLayer3ArpArgs.builder()
.name("string")
.hwAddress("string")
.build())
.bonjour(AggregateInterfaceLayer3BonjourArgs.builder()
.enable(false)
.groupId(0)
.ttlCheck(false)
.build())
.ddnsConfig(AggregateInterfaceLayer3DdnsConfigArgs.builder()
.ddnsCertProfile("string")
.ddnsEnabled(false)
.ddnsHostname("string")
.ddnsIps("string")
.ddnsIpv6s("string")
.ddnsUpdateInterval(0)
.ddnsVendor("string")
.ddnsVendorConfigs(AggregateInterfaceLayer3DdnsConfigDdnsVendorConfigArgs.builder()
.name("string")
.value("string")
.build())
.build())
.decryptForward(false)
.dfIgnore(false)
.dhcpClient(AggregateInterfaceLayer3DhcpClientArgs.builder()
.createDefaultRoute(false)
.defaultRouteMetric(0)
.enable(false)
.sendHostname(AggregateInterfaceLayer3DhcpClientSendHostnameArgs.builder()
.enable(false)
.hostname("string")
.build())
.build())
.interfaceManagementProfile("string")
.ips(AggregateInterfaceLayer3IpArgs.builder()
.name("string")
.sdwanGateway("string")
.build())
.ipv6(AggregateInterfaceLayer3Ipv6Args.builder()
.addresses(AggregateInterfaceLayer3Ipv6AddressArgs.builder()
.name("string")
.advertise(AggregateInterfaceLayer3Ipv6AddressAdvertiseArgs.builder()
.autoConfigFlag(false)
.enable(false)
.onlinkFlag(false)
.preferredLifetime("string")
.validLifetime("string")
.build())
.anycast()
.enableOnInterface(false)
.prefix()
.build())
.dhcpClient(AggregateInterfaceLayer3Ipv6DhcpClientArgs.builder()
.acceptRaRoute(false)
.defaultRouteMetric(0)
.enable(false)
.neighborDiscovery(AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryArgs.builder()
.dadAttempts(0)
.dnsServer(AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServerArgs.builder()
.enable(false)
.source(AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServerSourceArgs.builder()
.dhcpv6()
.manual(AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServerSourceManualArgs.builder()
.servers(AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServerSourceManualServerArgs.builder()
.name("string")
.lifetime(0)
.build())
.build())
.build())
.build())
.dnsSuffix(AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffixArgs.builder()
.enable(false)
.source(AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffixSourceArgs.builder()
.dhcpv6()
.manual(AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffixSourceManualArgs.builder()
.suffixes(AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffixSourceManualSuffixArgs.builder()
.name("string")
.lifetime(0)
.build())
.build())
.build())
.build())
.enableDad(false)
.enableNdpMonitor(false)
.neighbors(AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryNeighborArgs.builder()
.name("string")
.hwAddress("string")
.build())
.nsInterval(0)
.reachableTime(0)
.build())
.preference("string")
.prefixDelegation(AggregateInterfaceLayer3Ipv6DhcpClientPrefixDelegationArgs.builder()
.enable(AggregateInterfaceLayer3Ipv6DhcpClientPrefixDelegationEnableArgs.builder()
.no()
.yes(AggregateInterfaceLayer3Ipv6DhcpClientPrefixDelegationEnableYesArgs.builder()
.pfxPoolName("string")
.prefixLen(0)
.prefixLenHint(false)
.build())
.build())
.build())
.v6Options(AggregateInterfaceLayer3Ipv6DhcpClientV6OptionsArgs.builder()
.duidType("string")
.enable(AggregateInterfaceLayer3Ipv6DhcpClientV6OptionsEnableArgs.builder()
.no()
.yes(AggregateInterfaceLayer3Ipv6DhcpClientV6OptionsEnableYesArgs.builder()
.nonTempAddr(false)
.tempAddr(false)
.build())
.build())
.rapidCommit(false)
.supportSrvrReconfig(false)
.build())
.build())
.enabled(false)
.inherited(AggregateInterfaceLayer3Ipv6InheritedArgs.builder()
.assignAddrs(AggregateInterfaceLayer3Ipv6InheritedAssignAddrArgs.builder()
.name("string")
.type(AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeArgs.builder()
.gua(AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeGuaArgs.builder()
.advertise(AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeGuaAdvertiseArgs.builder()
.autoConfigFlag(false)
.enable(false)
.onlinkFlag(false)
.build())
.enableOnInterface(false)
.poolType(AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeGuaPoolTypeArgs.builder()
.dynamic()
.dynamicId(AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeGuaPoolTypeDynamicIdArgs.builder()
.identifier(0)
.build())
.build())
.prefixPool("string")
.build())
.ula(AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeUlaArgs.builder()
.address("string")
.advertise(AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeUlaAdvertiseArgs.builder()
.autoConfigFlag(false)
.enable(false)
.onlinkFlag(false)
.preferredLifetime("string")
.validLifetime("string")
.build())
.anycast(false)
.enableOnInterface(false)
.prefix(false)
.build())
.build())
.build())
.enable(false)
.neighborDiscovery(AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryArgs.builder()
.dadAttempts(0)
.dnsServer(AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerArgs.builder()
.enable(false)
.source(AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSourceArgs.builder()
.dhcpv6(AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSourceDhcpv6Args.builder()
.prefixPool("string")
.build())
.manual(AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSourceManualArgs.builder()
.servers(AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSourceManualServerArgs.builder()
.name("string")
.lifetime(0)
.build())
.build())
.build())
.build())
.dnsSuffix(AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixArgs.builder()
.enable(false)
.source(AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSourceArgs.builder()
.dhcpv6(AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSourceDhcpv6Args.builder()
.prefixPool("string")
.build())
.manual(AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSourceManualArgs.builder()
.suffixes(AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSourceManualSuffixArgs.builder()
.name("string")
.lifetime(0)
.build())
.build())
.build())
.build())
.enableDad(false)
.enableNdpMonitor(false)
.neighbors(AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryNeighborArgs.builder()
.name("string")
.hwAddress("string")
.build())
.nsInterval(0)
.reachableTime(0)
.routerAdvertisement(AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryRouterAdvertisementArgs.builder()
.enable(false)
.enableConsistencyCheck(false)
.hopLimit("string")
.lifetime(0)
.linkMtu("string")
.managedFlag(false)
.maxInterval(0)
.minInterval(0)
.otherFlag(false)
.reachableTime("string")
.retransmissionTimer("string")
.routerPreference("string")
.build())
.build())
.build())
.interfaceId("string")
.neighborDiscovery(AggregateInterfaceLayer3Ipv6NeighborDiscoveryArgs.builder()
.dadAttempts(0)
.enableDad(false)
.enableNdpMonitor(false)
.neighbors(AggregateInterfaceLayer3Ipv6NeighborDiscoveryNeighborArgs.builder()
.name("string")
.hwAddress("string")
.build())
.nsInterval(0)
.reachableTime(0)
.routerAdvertisement(AggregateInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementArgs.builder()
.dnsSupport(AggregateInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupportArgs.builder()
.enable(false)
.servers(AggregateInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupportServerArgs.builder()
.name("string")
.lifetime(0)
.build())
.suffixes(AggregateInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupportSuffixArgs.builder()
.name("string")
.lifetime(0)
.build())
.build())
.enable(false)
.enableConsistencyCheck(false)
.hopLimit("string")
.lifetime(0)
.linkMtu("string")
.managedFlag(false)
.maxInterval(0)
.minInterval(0)
.otherFlag(false)
.reachableTime("string")
.retransmissionTimer("string")
.routerPreference("string")
.build())
.build())
.build())
.lacp(AggregateInterfaceLayer3LacpArgs.builder()
.enable(false)
.fastFailover(false)
.highAvailability(AggregateInterfaceLayer3LacpHighAvailabilityArgs.builder()
.passivePreNegotiation(false)
.build())
.maxPorts(0)
.mode("string")
.systemPriority(0)
.transmissionRate("string")
.build())
.lldp(AggregateInterfaceLayer3LldpArgs.builder()
.enable(false)
.highAvailability(AggregateInterfaceLayer3LldpHighAvailabilityArgs.builder()
.passivePreNegotiation(false)
.build())
.profile("string")
.build())
.mtu(0)
.ndpProxy(AggregateInterfaceLayer3NdpProxyArgs.builder()
.addresses(AggregateInterfaceLayer3NdpProxyAddressArgs.builder()
.name("string")
.negate(false)
.build())
.enabled(false)
.build())
.netflowProfile("string")
.sdwanLinkSettings(AggregateInterfaceLayer3SdwanLinkSettingsArgs.builder()
.enable(false)
.sdwanInterfaceProfile("string")
.upstreamNat(AggregateInterfaceLayer3SdwanLinkSettingsUpstreamNatArgs.builder()
.ddns()
.enable(false)
.staticIp(AggregateInterfaceLayer3SdwanLinkSettingsUpstreamNatStaticIpArgs.builder()
.fqdn("string")
.ipAddress("string")
.build())
.build())
.build())
.untaggedSubInterface(false)
.build())
.name("string")
.virtualWire(AggregateInterfaceVirtualWireArgs.builder()
.lldp(AggregateInterfaceVirtualWireLldpArgs.builder()
.enable(false)
.highAvailability(AggregateInterfaceVirtualWireLldpHighAvailabilityArgs.builder()
.passivePreNegotiation(false)
.build())
.profile("string")
.build())
.netflowProfile("string")
.build())
.build());
aggregate_interface_resource = panos.AggregateInterface("aggregateInterfaceResource",
location={
"ngfw": {
"ngfw_device": "string",
},
"shared": {},
"template": {
"name": "string",
"ngfw_device": "string",
"panorama_device": "string",
},
"template_stack": {
"name": "string",
"ngfw_device": "string",
"panorama_device": "string",
},
},
comment="string",
decrypt_mirror={},
ha={
"lacp": {
"enable": False,
"fast_failover": False,
"max_ports": 0,
"mode": "string",
"system_priority": 0,
"transmission_rate": "string",
},
},
layer2={
"lacp": {
"enable": False,
"fast_failover": False,
"high_availability": {
"passive_pre_negotiation": False,
},
"max_ports": 0,
"mode": "string",
"system_priority": 0,
"transmission_rate": "string",
},
"lldp": {
"enable": False,
"high_availability": {
"passive_pre_negotiation": False,
},
"profile": "string",
},
"netflow_profile": "string",
},
layer3={
"adjust_tcp_mss": {
"enable": False,
"ipv4_mss_adjustment": 0,
"ipv6_mss_adjustment": 0,
},
"arps": [{
"name": "string",
"hw_address": "string",
}],
"bonjour": {
"enable": False,
"group_id": 0,
"ttl_check": False,
},
"ddns_config": {
"ddns_cert_profile": "string",
"ddns_enabled": False,
"ddns_hostname": "string",
"ddns_ips": ["string"],
"ddns_ipv6s": ["string"],
"ddns_update_interval": 0,
"ddns_vendor": "string",
"ddns_vendor_configs": [{
"name": "string",
"value": "string",
}],
},
"decrypt_forward": False,
"df_ignore": False,
"dhcp_client": {
"create_default_route": False,
"default_route_metric": 0,
"enable": False,
"send_hostname": {
"enable": False,
"hostname": "string",
},
},
"interface_management_profile": "string",
"ips": [{
"name": "string",
"sdwan_gateway": "string",
}],
"ipv6": {
"addresses": [{
"name": "string",
"advertise": {
"auto_config_flag": False,
"enable": False,
"onlink_flag": False,
"preferred_lifetime": "string",
"valid_lifetime": "string",
},
"anycast": {},
"enable_on_interface": False,
"prefix": {},
}],
"dhcp_client": {
"accept_ra_route": False,
"default_route_metric": 0,
"enable": False,
"neighbor_discovery": {
"dad_attempts": 0,
"dns_server": {
"enable": False,
"source": {
"dhcpv6": {},
"manual": {
"servers": [{
"name": "string",
"lifetime": 0,
}],
},
},
},
"dns_suffix": {
"enable": False,
"source": {
"dhcpv6": {},
"manual": {
"suffixes": [{
"name": "string",
"lifetime": 0,
}],
},
},
},
"enable_dad": False,
"enable_ndp_monitor": False,
"neighbors": [{
"name": "string",
"hw_address": "string",
}],
"ns_interval": 0,
"reachable_time": 0,
},
"preference": "string",
"prefix_delegation": {
"enable": {
"no": {},
"yes": {
"pfx_pool_name": "string",
"prefix_len": 0,
"prefix_len_hint": False,
},
},
},
"v6_options": {
"duid_type": "string",
"enable": {
"no": {},
"yes": {
"non_temp_addr": False,
"temp_addr": False,
},
},
"rapid_commit": False,
"support_srvr_reconfig": False,
},
},
"enabled": False,
"inherited": {
"assign_addrs": [{
"name": "string",
"type": {
"gua": {
"advertise": {
"auto_config_flag": False,
"enable": False,
"onlink_flag": False,
},
"enable_on_interface": False,
"pool_type": {
"dynamic": {},
"dynamic_id": {
"identifier": 0,
},
},
"prefix_pool": "string",
},
"ula": {
"address": "string",
"advertise": {
"auto_config_flag": False,
"enable": False,
"onlink_flag": False,
"preferred_lifetime": "string",
"valid_lifetime": "string",
},
"anycast": False,
"enable_on_interface": False,
"prefix": False,
},
},
}],
"enable": False,
"neighbor_discovery": {
"dad_attempts": 0,
"dns_server": {
"enable": False,
"source": {
"dhcpv6": {
"prefix_pool": "string",
},
"manual": {
"servers": [{
"name": "string",
"lifetime": 0,
}],
},
},
},
"dns_suffix": {
"enable": False,
"source": {
"dhcpv6": {
"prefix_pool": "string",
},
"manual": {
"suffixes": [{
"name": "string",
"lifetime": 0,
}],
},
},
},
"enable_dad": False,
"enable_ndp_monitor": False,
"neighbors": [{
"name": "string",
"hw_address": "string",
}],
"ns_interval": 0,
"reachable_time": 0,
"router_advertisement": {
"enable": False,
"enable_consistency_check": False,
"hop_limit": "string",
"lifetime": 0,
"link_mtu": "string",
"managed_flag": False,
"max_interval": 0,
"min_interval": 0,
"other_flag": False,
"reachable_time": "string",
"retransmission_timer": "string",
"router_preference": "string",
},
},
},
"interface_id": "string",
"neighbor_discovery": {
"dad_attempts": 0,
"enable_dad": False,
"enable_ndp_monitor": False,
"neighbors": [{
"name": "string",
"hw_address": "string",
}],
"ns_interval": 0,
"reachable_time": 0,
"router_advertisement": {
"dns_support": {
"enable": False,
"servers": [{
"name": "string",
"lifetime": 0,
}],
"suffixes": [{
"name": "string",
"lifetime": 0,
}],
},
"enable": False,
"enable_consistency_check": False,
"hop_limit": "string",
"lifetime": 0,
"link_mtu": "string",
"managed_flag": False,
"max_interval": 0,
"min_interval": 0,
"other_flag": False,
"reachable_time": "string",
"retransmission_timer": "string",
"router_preference": "string",
},
},
},
"lacp": {
"enable": False,
"fast_failover": False,
"high_availability": {
"passive_pre_negotiation": False,
},
"max_ports": 0,
"mode": "string",
"system_priority": 0,
"transmission_rate": "string",
},
"lldp": {
"enable": False,
"high_availability": {
"passive_pre_negotiation": False,
},
"profile": "string",
},
"mtu": 0,
"ndp_proxy": {
"addresses": [{
"name": "string",
"negate": False,
}],
"enabled": False,
},
"netflow_profile": "string",
"sdwan_link_settings": {
"enable": False,
"sdwan_interface_profile": "string",
"upstream_nat": {
"ddns": {},
"enable": False,
"static_ip": {
"fqdn": "string",
"ip_address": "string",
},
},
},
"untagged_sub_interface": False,
},
name="string",
virtual_wire={
"lldp": {
"enable": False,
"high_availability": {
"passive_pre_negotiation": False,
},
"profile": "string",
},
"netflow_profile": "string",
})
const aggregateInterfaceResource = new panos.AggregateInterface("aggregateInterfaceResource", {
location: {
ngfw: {
ngfwDevice: "string",
},
shared: {},
template: {
name: "string",
ngfwDevice: "string",
panoramaDevice: "string",
},
templateStack: {
name: "string",
ngfwDevice: "string",
panoramaDevice: "string",
},
},
comment: "string",
decryptMirror: {},
ha: {
lacp: {
enable: false,
fastFailover: false,
maxPorts: 0,
mode: "string",
systemPriority: 0,
transmissionRate: "string",
},
},
layer2: {
lacp: {
enable: false,
fastFailover: false,
highAvailability: {
passivePreNegotiation: false,
},
maxPorts: 0,
mode: "string",
systemPriority: 0,
transmissionRate: "string",
},
lldp: {
enable: false,
highAvailability: {
passivePreNegotiation: false,
},
profile: "string",
},
netflowProfile: "string",
},
layer3: {
adjustTcpMss: {
enable: false,
ipv4MssAdjustment: 0,
ipv6MssAdjustment: 0,
},
arps: [{
name: "string",
hwAddress: "string",
}],
bonjour: {
enable: false,
groupId: 0,
ttlCheck: false,
},
ddnsConfig: {
ddnsCertProfile: "string",
ddnsEnabled: false,
ddnsHostname: "string",
ddnsIps: ["string"],
ddnsIpv6s: ["string"],
ddnsUpdateInterval: 0,
ddnsVendor: "string",
ddnsVendorConfigs: [{
name: "string",
value: "string",
}],
},
decryptForward: false,
dfIgnore: false,
dhcpClient: {
createDefaultRoute: false,
defaultRouteMetric: 0,
enable: false,
sendHostname: {
enable: false,
hostname: "string",
},
},
interfaceManagementProfile: "string",
ips: [{
name: "string",
sdwanGateway: "string",
}],
ipv6: {
addresses: [{
name: "string",
advertise: {
autoConfigFlag: false,
enable: false,
onlinkFlag: false,
preferredLifetime: "string",
validLifetime: "string",
},
anycast: {},
enableOnInterface: false,
prefix: {},
}],
dhcpClient: {
acceptRaRoute: false,
defaultRouteMetric: 0,
enable: false,
neighborDiscovery: {
dadAttempts: 0,
dnsServer: {
enable: false,
source: {
dhcpv6: {},
manual: {
servers: [{
name: "string",
lifetime: 0,
}],
},
},
},
dnsSuffix: {
enable: false,
source: {
dhcpv6: {},
manual: {
suffixes: [{
name: "string",
lifetime: 0,
}],
},
},
},
enableDad: false,
enableNdpMonitor: false,
neighbors: [{
name: "string",
hwAddress: "string",
}],
nsInterval: 0,
reachableTime: 0,
},
preference: "string",
prefixDelegation: {
enable: {
no: {},
yes: {
pfxPoolName: "string",
prefixLen: 0,
prefixLenHint: false,
},
},
},
v6Options: {
duidType: "string",
enable: {
no: {},
yes: {
nonTempAddr: false,
tempAddr: false,
},
},
rapidCommit: false,
supportSrvrReconfig: false,
},
},
enabled: false,
inherited: {
assignAddrs: [{
name: "string",
type: {
gua: {
advertise: {
autoConfigFlag: false,
enable: false,
onlinkFlag: false,
},
enableOnInterface: false,
poolType: {
dynamic: {},
dynamicId: {
identifier: 0,
},
},
prefixPool: "string",
},
ula: {
address: "string",
advertise: {
autoConfigFlag: false,
enable: false,
onlinkFlag: false,
preferredLifetime: "string",
validLifetime: "string",
},
anycast: false,
enableOnInterface: false,
prefix: false,
},
},
}],
enable: false,
neighborDiscovery: {
dadAttempts: 0,
dnsServer: {
enable: false,
source: {
dhcpv6: {
prefixPool: "string",
},
manual: {
servers: [{
name: "string",
lifetime: 0,
}],
},
},
},
dnsSuffix: {
enable: false,
source: {
dhcpv6: {
prefixPool: "string",
},
manual: {
suffixes: [{
name: "string",
lifetime: 0,
}],
},
},
},
enableDad: false,
enableNdpMonitor: false,
neighbors: [{
name: "string",
hwAddress: "string",
}],
nsInterval: 0,
reachableTime: 0,
routerAdvertisement: {
enable: false,
enableConsistencyCheck: false,
hopLimit: "string",
lifetime: 0,
linkMtu: "string",
managedFlag: false,
maxInterval: 0,
minInterval: 0,
otherFlag: false,
reachableTime: "string",
retransmissionTimer: "string",
routerPreference: "string",
},
},
},
interfaceId: "string",
neighborDiscovery: {
dadAttempts: 0,
enableDad: false,
enableNdpMonitor: false,
neighbors: [{
name: "string",
hwAddress: "string",
}],
nsInterval: 0,
reachableTime: 0,
routerAdvertisement: {
dnsSupport: {
enable: false,
servers: [{
name: "string",
lifetime: 0,
}],
suffixes: [{
name: "string",
lifetime: 0,
}],
},
enable: false,
enableConsistencyCheck: false,
hopLimit: "string",
lifetime: 0,
linkMtu: "string",
managedFlag: false,
maxInterval: 0,
minInterval: 0,
otherFlag: false,
reachableTime: "string",
retransmissionTimer: "string",
routerPreference: "string",
},
},
},
lacp: {
enable: false,
fastFailover: false,
highAvailability: {
passivePreNegotiation: false,
},
maxPorts: 0,
mode: "string",
systemPriority: 0,
transmissionRate: "string",
},
lldp: {
enable: false,
highAvailability: {
passivePreNegotiation: false,
},
profile: "string",
},
mtu: 0,
ndpProxy: {
addresses: [{
name: "string",
negate: false,
}],
enabled: false,
},
netflowProfile: "string",
sdwanLinkSettings: {
enable: false,
sdwanInterfaceProfile: "string",
upstreamNat: {
ddns: {},
enable: false,
staticIp: {
fqdn: "string",
ipAddress: "string",
},
},
},
untaggedSubInterface: false,
},
name: "string",
virtualWire: {
lldp: {
enable: false,
highAvailability: {
passivePreNegotiation: false,
},
profile: "string",
},
netflowProfile: "string",
},
});
type: panos:AggregateInterface
properties:
comment: string
decryptMirror: {}
ha:
lacp:
enable: false
fastFailover: false
maxPorts: 0
mode: string
systemPriority: 0
transmissionRate: string
layer2:
lacp:
enable: false
fastFailover: false
highAvailability:
passivePreNegotiation: false
maxPorts: 0
mode: string
systemPriority: 0
transmissionRate: string
lldp:
enable: false
highAvailability:
passivePreNegotiation: false
profile: string
netflowProfile: string
layer3:
adjustTcpMss:
enable: false
ipv4MssAdjustment: 0
ipv6MssAdjustment: 0
arps:
- hwAddress: string
name: string
bonjour:
enable: false
groupId: 0
ttlCheck: false
ddnsConfig:
ddnsCertProfile: string
ddnsEnabled: false
ddnsHostname: string
ddnsIps:
- string
ddnsIpv6s:
- string
ddnsUpdateInterval: 0
ddnsVendor: string
ddnsVendorConfigs:
- name: string
value: string
decryptForward: false
dfIgnore: false
dhcpClient:
createDefaultRoute: false
defaultRouteMetric: 0
enable: false
sendHostname:
enable: false
hostname: string
interfaceManagementProfile: string
ips:
- name: string
sdwanGateway: string
ipv6:
addresses:
- advertise:
autoConfigFlag: false
enable: false
onlinkFlag: false
preferredLifetime: string
validLifetime: string
anycast: {}
enableOnInterface: false
name: string
prefix: {}
dhcpClient:
acceptRaRoute: false
defaultRouteMetric: 0
enable: false
neighborDiscovery:
dadAttempts: 0
dnsServer:
enable: false
source:
dhcpv6: {}
manual:
servers:
- lifetime: 0
name: string
dnsSuffix:
enable: false
source:
dhcpv6: {}
manual:
suffixes:
- lifetime: 0
name: string
enableDad: false
enableNdpMonitor: false
neighbors:
- hwAddress: string
name: string
nsInterval: 0
reachableTime: 0
preference: string
prefixDelegation:
enable:
"no": {}
"yes":
pfxPoolName: string
prefixLen: 0
prefixLenHint: false
v6Options:
duidType: string
enable:
"no": {}
"yes":
nonTempAddr: false
tempAddr: false
rapidCommit: false
supportSrvrReconfig: false
enabled: false
inherited:
assignAddrs:
- name: string
type:
gua:
advertise:
autoConfigFlag: false
enable: false
onlinkFlag: false
enableOnInterface: false
poolType:
dynamic: {}
dynamicId:
identifier: 0
prefixPool: string
ula:
address: string
advertise:
autoConfigFlag: false
enable: false
onlinkFlag: false
preferredLifetime: string
validLifetime: string
anycast: false
enableOnInterface: false
prefix: false
enable: false
neighborDiscovery:
dadAttempts: 0
dnsServer:
enable: false
source:
dhcpv6:
prefixPool: string
manual:
servers:
- lifetime: 0
name: string
dnsSuffix:
enable: false
source:
dhcpv6:
prefixPool: string
manual:
suffixes:
- lifetime: 0
name: string
enableDad: false
enableNdpMonitor: false
neighbors:
- hwAddress: string
name: string
nsInterval: 0
reachableTime: 0
routerAdvertisement:
enable: false
enableConsistencyCheck: false
hopLimit: string
lifetime: 0
linkMtu: string
managedFlag: false
maxInterval: 0
minInterval: 0
otherFlag: false
reachableTime: string
retransmissionTimer: string
routerPreference: string
interfaceId: string
neighborDiscovery:
dadAttempts: 0
enableDad: false
enableNdpMonitor: false
neighbors:
- hwAddress: string
name: string
nsInterval: 0
reachableTime: 0
routerAdvertisement:
dnsSupport:
enable: false
servers:
- lifetime: 0
name: string
suffixes:
- lifetime: 0
name: string
enable: false
enableConsistencyCheck: false
hopLimit: string
lifetime: 0
linkMtu: string
managedFlag: false
maxInterval: 0
minInterval: 0
otherFlag: false
reachableTime: string
retransmissionTimer: string
routerPreference: string
lacp:
enable: false
fastFailover: false
highAvailability:
passivePreNegotiation: false
maxPorts: 0
mode: string
systemPriority: 0
transmissionRate: string
lldp:
enable: false
highAvailability:
passivePreNegotiation: false
profile: string
mtu: 0
ndpProxy:
addresses:
- name: string
negate: false
enabled: false
netflowProfile: string
sdwanLinkSettings:
enable: false
sdwanInterfaceProfile: string
upstreamNat:
ddns: {}
enable: false
staticIp:
fqdn: string
ipAddress: string
untaggedSubInterface: false
location:
ngfw:
ngfwDevice: string
shared: {}
template:
name: string
ngfwDevice: string
panoramaDevice: string
templateStack:
name: string
ngfwDevice: string
panoramaDevice: string
name: string
virtualWire:
lldp:
enable: false
highAvailability:
passivePreNegotiation: false
profile: string
netflowProfile: string
AggregateInterface Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The AggregateInterface resource accepts the following input properties:
- location Property Map
- The location of this object.
- comment String
- decrypt
Mirror Property Map - ha Property Map
- layer2 Property Map
- layer3 Property Map
- name String
- virtual
Wire Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the AggregateInterface resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing AggregateInterface Resource
Get an existing AggregateInterface resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: AggregateInterfaceState, opts?: CustomResourceOptions): AggregateInterface
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
comment: Optional[str] = None,
decrypt_mirror: Optional[AggregateInterfaceDecryptMirrorArgs] = None,
ha: Optional[AggregateInterfaceHaArgs] = None,
layer2: Optional[AggregateInterfaceLayer2Args] = None,
layer3: Optional[AggregateInterfaceLayer3Args] = None,
location: Optional[AggregateInterfaceLocationArgs] = None,
name: Optional[str] = None,
virtual_wire: Optional[AggregateInterfaceVirtualWireArgs] = None) -> AggregateInterface
func GetAggregateInterface(ctx *Context, name string, id IDInput, state *AggregateInterfaceState, opts ...ResourceOption) (*AggregateInterface, error)
public static AggregateInterface Get(string name, Input<string> id, AggregateInterfaceState? state, CustomResourceOptions? opts = null)
public static AggregateInterface get(String name, Output<String> id, AggregateInterfaceState state, CustomResourceOptions options)
resources: _: type: panos:AggregateInterface get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- comment String
- decrypt
Mirror Property Map - ha Property Map
- layer2 Property Map
- layer3 Property Map
- location Property Map
- The location of this object.
- name String
- virtual
Wire Property Map
Supporting Types
AggregateInterfaceHa, AggregateInterfaceHaArgs
AggregateInterfaceHaLacp, AggregateInterfaceHaLacpArgs
- Enable bool
- Fast
Failover bool - Max
Ports double - maximum number of physical ports bundled in the LAG
- Mode string
- LACP mode
- System
Priority double - LACP system priority in system ID
- Transmission
Rate string - periodic transition rate. N/A in passive mode
- Enable bool
- Fast
Failover bool - Max
Ports float64 - maximum number of physical ports bundled in the LAG
- Mode string
- LACP mode
- System
Priority float64 - LACP system priority in system ID
- Transmission
Rate string - periodic transition rate. N/A in passive mode
- enable Boolean
- fast
Failover Boolean - max
Ports Double - maximum number of physical ports bundled in the LAG
- mode String
- LACP mode
- system
Priority Double - LACP system priority in system ID
- transmission
Rate String - periodic transition rate. N/A in passive mode
- enable boolean
- fast
Failover boolean - max
Ports number - maximum number of physical ports bundled in the LAG
- mode string
- LACP mode
- system
Priority number - LACP system priority in system ID
- transmission
Rate string - periodic transition rate. N/A in passive mode
- enable bool
- fast_
failover bool - max_
ports float - maximum number of physical ports bundled in the LAG
- mode str
- LACP mode
- system_
priority float - LACP system priority in system ID
- transmission_
rate str - periodic transition rate. N/A in passive mode
- enable Boolean
- fast
Failover Boolean - max
Ports Number - maximum number of physical ports bundled in the LAG
- mode String
- LACP mode
- system
Priority Number - LACP system priority in system ID
- transmission
Rate String - periodic transition rate. N/A in passive mode
AggregateInterfaceLayer2, AggregateInterfaceLayer2Args
- Lacp
Aggregate
Interface Layer2Lacp - Lldp
Aggregate
Interface Layer2Lldp - Netflow
Profile string - Netflow Server Profile
- Lacp
Aggregate
Interface Layer2Lacp - Lldp
Aggregate
Interface Layer2Lldp - Netflow
Profile string - Netflow Server Profile
- lacp
Aggregate
Interface Layer2Lacp - lldp
Aggregate
Interface Layer2Lldp - netflow
Profile String - Netflow Server Profile
- lacp
Aggregate
Interface Layer2Lacp - lldp
Aggregate
Interface Layer2Lldp - netflow
Profile string - Netflow Server Profile
- lacp
Aggregate
Interface Layer2Lacp - lldp
Aggregate
Interface Layer2Lldp - netflow_
profile str - Netflow Server Profile
- lacp Property Map
- lldp Property Map
- netflow
Profile String - Netflow Server Profile
AggregateInterfaceLayer2Lacp, AggregateInterfaceLayer2LacpArgs
- Enable bool
- Fast
Failover bool - High
Availability AggregateInterface Layer2Lacp High Availability - Max
Ports double - maximum number of physical ports bundled in the LAG
- Mode string
- LACP mode
- System
Priority double - LACP system priority in system ID
- Transmission
Rate string - periodic transition rate. N/A in passive mode
- Enable bool
- Fast
Failover bool - High
Availability AggregateInterface Layer2Lacp High Availability - Max
Ports float64 - maximum number of physical ports bundled in the LAG
- Mode string
- LACP mode
- System
Priority float64 - LACP system priority in system ID
- Transmission
Rate string - periodic transition rate. N/A in passive mode
- enable Boolean
- fast
Failover Boolean - high
Availability AggregateInterface Layer2Lacp High Availability - max
Ports Double - maximum number of physical ports bundled in the LAG
- mode String
- LACP mode
- system
Priority Double - LACP system priority in system ID
- transmission
Rate String - periodic transition rate. N/A in passive mode
- enable boolean
- fast
Failover boolean - high
Availability AggregateInterface Layer2Lacp High Availability - max
Ports number - maximum number of physical ports bundled in the LAG
- mode string
- LACP mode
- system
Priority number - LACP system priority in system ID
- transmission
Rate string - periodic transition rate. N/A in passive mode
- enable bool
- fast_
failover bool - high_
availability AggregateInterface Layer2Lacp High Availability - max_
ports float - maximum number of physical ports bundled in the LAG
- mode str
- LACP mode
- system_
priority float - LACP system priority in system ID
- transmission_
rate str - periodic transition rate. N/A in passive mode
- enable Boolean
- fast
Failover Boolean - high
Availability Property Map - max
Ports Number - maximum number of physical ports bundled in the LAG
- mode String
- LACP mode
- system
Priority Number - LACP system priority in system ID
- transmission
Rate String - periodic transition rate. N/A in passive mode
AggregateInterfaceLayer2LacpHighAvailability, AggregateInterfaceLayer2LacpHighAvailabilityArgs
- Passive
Pre boolNegotiation - Enable LACP pre-negotiation in HA passive state
- Passive
Pre boolNegotiation - Enable LACP pre-negotiation in HA passive state
- passive
Pre BooleanNegotiation - Enable LACP pre-negotiation in HA passive state
- passive
Pre booleanNegotiation - Enable LACP pre-negotiation in HA passive state
- passive_
pre_ boolnegotiation - Enable LACP pre-negotiation in HA passive state
- passive
Pre BooleanNegotiation - Enable LACP pre-negotiation in HA passive state
AggregateInterfaceLayer2Lldp, AggregateInterfaceLayer2LldpArgs
- Enable bool
- High
Availability AggregateInterface Layer2Lldp High Availability - Profile string
- LLDP profile
- Enable bool
- High
Availability AggregateInterface Layer2Lldp High Availability - Profile string
- LLDP profile
- enable Boolean
- high
Availability AggregateInterface Layer2Lldp High Availability - profile String
- LLDP profile
- enable boolean
- high
Availability AggregateInterface Layer2Lldp High Availability - profile string
- LLDP profile
- enable bool
- high_
availability AggregateInterface Layer2Lldp High Availability - profile str
- LLDP profile
- enable Boolean
- high
Availability Property Map - profile String
- LLDP profile
AggregateInterfaceLayer2LldpHighAvailability, AggregateInterfaceLayer2LldpHighAvailabilityArgs
- Passive
Pre boolNegotiation - Enable LLDP pre-negotiation in HA passive state
- Passive
Pre boolNegotiation - Enable LLDP pre-negotiation in HA passive state
- passive
Pre BooleanNegotiation - Enable LLDP pre-negotiation in HA passive state
- passive
Pre booleanNegotiation - Enable LLDP pre-negotiation in HA passive state
- passive_
pre_ boolnegotiation - Enable LLDP pre-negotiation in HA passive state
- passive
Pre BooleanNegotiation - Enable LLDP pre-negotiation in HA passive state
AggregateInterfaceLayer3, AggregateInterfaceLayer3Args
- Adjust
Tcp AggregateMss Interface Layer3Adjust Tcp Mss - Arps
List<Aggregate
Interface Layer3Arp> - Bonjour
Aggregate
Interface Layer3Bonjour - Ddns
Config AggregateInterface Layer3Ddns Config - Decrypt
Forward bool - Df
Ignore bool - Dhcp
Client AggregateInterface Layer3Dhcp Client - Interface
Management stringProfile - Interface management profile
- Ips
List<Aggregate
Interface Layer3Ip> - Ipv6
Aggregate
Interface Layer3Ipv6 - Lacp
Aggregate
Interface Layer3Lacp - Lldp
Aggregate
Interface Layer3Lldp - Mtu double
- Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
- Ndp
Proxy AggregateInterface Layer3Ndp Proxy - Netflow
Profile string - Netflow Server Profile
- Sdwan
Link AggregateSettings Interface Layer3Sdwan Link Settings - Untagged
Sub boolInterface - Enable untagged sub-interface
- Adjust
Tcp AggregateMss Interface Layer3Adjust Tcp Mss - Arps
[]Aggregate
Interface Layer3Arp - Bonjour
Aggregate
Interface Layer3Bonjour - Ddns
Config AggregateInterface Layer3Ddns Config - Decrypt
Forward bool - Df
Ignore bool - Dhcp
Client AggregateInterface Layer3Dhcp Client - Interface
Management stringProfile - Interface management profile
- Ips
[]Aggregate
Interface Layer3Ip - Ipv6
Aggregate
Interface Layer3Ipv6 - Lacp
Aggregate
Interface Layer3Lacp - Lldp
Aggregate
Interface Layer3Lldp - Mtu float64
- Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
- Ndp
Proxy AggregateInterface Layer3Ndp Proxy - Netflow
Profile string - Netflow Server Profile
- Sdwan
Link AggregateSettings Interface Layer3Sdwan Link Settings - Untagged
Sub boolInterface - Enable untagged sub-interface
- adjust
Tcp AggregateMss Interface Layer3Adjust Tcp Mss - arps
List<Aggregate
Interface Layer3Arp> - bonjour
Aggregate
Interface Layer3Bonjour - ddns
Config AggregateInterface Layer3Ddns Config - decrypt
Forward Boolean - df
Ignore Boolean - dhcp
Client AggregateInterface Layer3Dhcp Client - interface
Management StringProfile - Interface management profile
- ips
List<Aggregate
Interface Layer3Ip> - ipv6
Aggregate
Interface Layer3Ipv6 - lacp
Aggregate
Interface Layer3Lacp - lldp
Aggregate
Interface Layer3Lldp - mtu Double
- Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
- ndp
Proxy AggregateInterface Layer3Ndp Proxy - netflow
Profile String - Netflow Server Profile
- sdwan
Link AggregateSettings Interface Layer3Sdwan Link Settings - untagged
Sub BooleanInterface - Enable untagged sub-interface
- adjust
Tcp AggregateMss Interface Layer3Adjust Tcp Mss - arps
Aggregate
Interface Layer3Arp[] - bonjour
Aggregate
Interface Layer3Bonjour - ddns
Config AggregateInterface Layer3Ddns Config - decrypt
Forward boolean - df
Ignore boolean - dhcp
Client AggregateInterface Layer3Dhcp Client - interface
Management stringProfile - Interface management profile
- ips
Aggregate
Interface Layer3Ip[] - ipv6
Aggregate
Interface Layer3Ipv6 - lacp
Aggregate
Interface Layer3Lacp - lldp
Aggregate
Interface Layer3Lldp - mtu number
- Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
- ndp
Proxy AggregateInterface Layer3Ndp Proxy - netflow
Profile string - Netflow Server Profile
- sdwan
Link AggregateSettings Interface Layer3Sdwan Link Settings - untagged
Sub booleanInterface - Enable untagged sub-interface
- adjust_
tcp_ Aggregatemss Interface Layer3Adjust Tcp Mss - arps
Sequence[Aggregate
Interface Layer3Arp] - bonjour
Aggregate
Interface Layer3Bonjour - ddns_
config AggregateInterface Layer3Ddns Config - decrypt_
forward bool - df_
ignore bool - dhcp_
client AggregateInterface Layer3Dhcp Client - interface_
management_ strprofile - Interface management profile
- ips
Sequence[Aggregate
Interface Layer3Ip] - ipv6
Aggregate
Interface Layer3Ipv6 - lacp
Aggregate
Interface Layer3Lacp - lldp
Aggregate
Interface Layer3Lldp - mtu float
- Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
- ndp_
proxy AggregateInterface Layer3Ndp Proxy - netflow_
profile str - Netflow Server Profile
- sdwan_
link_ Aggregatesettings Interface Layer3Sdwan Link Settings - untagged_
sub_ boolinterface - Enable untagged sub-interface
- adjust
Tcp Property MapMss - arps List<Property Map>
- bonjour Property Map
- ddns
Config Property Map - decrypt
Forward Boolean - df
Ignore Boolean - dhcp
Client Property Map - interface
Management StringProfile - Interface management profile
- ips List<Property Map>
- ipv6 Property Map
- lacp Property Map
- lldp Property Map
- mtu Number
- Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
- ndp
Proxy Property Map - netflow
Profile String - Netflow Server Profile
- sdwan
Link Property MapSettings - untagged
Sub BooleanInterface - Enable untagged sub-interface
AggregateInterfaceLayer3AdjustTcpMss, AggregateInterfaceLayer3AdjustTcpMssArgs
- Enable bool
- Set if TCP MSS value should be reduced based on mtu
- Ipv4Mss
Adjustment double - IPv4 MSS adjustment size (in bytes)
- Ipv6Mss
Adjustment double - IPv6 MSS adjustment size (in bytes)
- Enable bool
- Set if TCP MSS value should be reduced based on mtu
- Ipv4Mss
Adjustment float64 - IPv4 MSS adjustment size (in bytes)
- Ipv6Mss
Adjustment float64 - IPv6 MSS adjustment size (in bytes)
- enable Boolean
- Set if TCP MSS value should be reduced based on mtu
- ipv4Mss
Adjustment Double - IPv4 MSS adjustment size (in bytes)
- ipv6Mss
Adjustment Double - IPv6 MSS adjustment size (in bytes)
- enable boolean
- Set if TCP MSS value should be reduced based on mtu
- ipv4Mss
Adjustment number - IPv4 MSS adjustment size (in bytes)
- ipv6Mss
Adjustment number - IPv6 MSS adjustment size (in bytes)
- enable bool
- Set if TCP MSS value should be reduced based on mtu
- ipv4_
mss_ floatadjustment - IPv4 MSS adjustment size (in bytes)
- ipv6_
mss_ floatadjustment - IPv6 MSS adjustment size (in bytes)
- enable Boolean
- Set if TCP MSS value should be reduced based on mtu
- ipv4Mss
Adjustment Number - IPv4 MSS adjustment size (in bytes)
- ipv6Mss
Adjustment Number - IPv6 MSS adjustment size (in bytes)
AggregateInterfaceLayer3Arp, AggregateInterfaceLayer3ArpArgs
- name str
- hw_
address str - MAC address (format xx:xx:xx:xx:xx:xx)
AggregateInterfaceLayer3Bonjour, AggregateInterfaceLayer3BonjourArgs
AggregateInterfaceLayer3DdnsConfig, AggregateInterfaceLayer3DdnsConfigArgs
- Ddns
Cert stringProfile - Ddns
Enabled bool - Ddns
Hostname string - ddns hostname variable or real address
- Ddns
Ips List<string> - Ddns
Ipv6s List<string> - Ddns
Update doubleInterval - Ddns
Vendor string - Vendor and product type
- Ddns
Vendor List<AggregateConfigs Interface Layer3Ddns Config Ddns Vendor Config>
- Ddns
Cert stringProfile - Ddns
Enabled bool - Ddns
Hostname string - ddns hostname variable or real address
- Ddns
Ips []string - Ddns
Ipv6s []string - Ddns
Update float64Interval - Ddns
Vendor string - Vendor and product type
- Ddns
Vendor []AggregateConfigs Interface Layer3Ddns Config Ddns Vendor Config
- ddns
Cert StringProfile - ddns
Enabled Boolean - ddns
Hostname String - ddns hostname variable or real address
- ddns
Ips List<String> - ddns
Ipv6s List<String> - ddns
Update DoubleInterval - ddns
Vendor String - Vendor and product type
- ddns
Vendor List<AggregateConfigs Interface Layer3Ddns Config Ddns Vendor Config>
- ddns
Cert stringProfile - ddns
Enabled boolean - ddns
Hostname string - ddns hostname variable or real address
- ddns
Ips string[] - ddns
Ipv6s string[] - ddns
Update numberInterval - ddns
Vendor string - Vendor and product type
- ddns
Vendor AggregateConfigs Interface Layer3Ddns Config Ddns Vendor Config[]
- ddns_
cert_ strprofile - ddns_
enabled bool - ddns_
hostname str - ddns hostname variable or real address
- ddns_
ips Sequence[str] - ddns_
ipv6s Sequence[str] - ddns_
update_ floatinterval - ddns_
vendor str - Vendor and product type
- ddns_
vendor_ Sequence[Aggregateconfigs Interface Layer3Ddns Config Ddns Vendor Config]
- ddns
Cert StringProfile - ddns
Enabled Boolean - ddns
Hostname String - ddns hostname variable or real address
- ddns
Ips List<String> - ddns
Ipv6s List<String> - ddns
Update NumberInterval - ddns
Vendor String - Vendor and product type
- ddns
Vendor List<Property Map>Configs
AggregateInterfaceLayer3DdnsConfigDdnsVendorConfig, AggregateInterfaceLayer3DdnsConfigDdnsVendorConfigArgs
AggregateInterfaceLayer3DhcpClient, AggregateInterfaceLayer3DhcpClientArgs
- Create
Default boolRoute - Automatically create default route pointing to default gateway provided by server
- Default
Route doubleMetric - Metric of the default route created
- Enable bool
- Send
Hostname AggregateInterface Layer3Dhcp Client Send Hostname
- Create
Default boolRoute - Automatically create default route pointing to default gateway provided by server
- Default
Route float64Metric - Metric of the default route created
- Enable bool
- Send
Hostname AggregateInterface Layer3Dhcp Client Send Hostname
- create
Default BooleanRoute - Automatically create default route pointing to default gateway provided by server
- default
Route DoubleMetric - Metric of the default route created
- enable Boolean
- send
Hostname AggregateInterface Layer3Dhcp Client Send Hostname
- create
Default booleanRoute - Automatically create default route pointing to default gateway provided by server
- default
Route numberMetric - Metric of the default route created
- enable boolean
- send
Hostname AggregateInterface Layer3Dhcp Client Send Hostname
- create_
default_ boolroute - Automatically create default route pointing to default gateway provided by server
- default_
route_ floatmetric - Metric of the default route created
- enable bool
- send_
hostname AggregateInterface Layer3Dhcp Client Send Hostname
- create
Default BooleanRoute - Automatically create default route pointing to default gateway provided by server
- default
Route NumberMetric - Metric of the default route created
- enable Boolean
- send
Hostname Property Map
AggregateInterfaceLayer3DhcpClientSendHostname, AggregateInterfaceLayer3DhcpClientSendHostnameArgs
AggregateInterfaceLayer3Ip, AggregateInterfaceLayer3IpArgs
- Name string
- Sdwan
Gateway string - Gateway IPv4 Address
- Name string
- Sdwan
Gateway string - Gateway IPv4 Address
- name String
- sdwan
Gateway String - Gateway IPv4 Address
- name string
- sdwan
Gateway string - Gateway IPv4 Address
- name str
- sdwan_
gateway str - Gateway IPv4 Address
- name String
- sdwan
Gateway String - Gateway IPv4 Address
AggregateInterfaceLayer3Ipv6, AggregateInterfaceLayer3Ipv6Args
- addresses List<Property Map>
- dhcp
Client Property Map - enabled Boolean
- Enable IPv6 on the interface
- inherited Property Map
- interface
Id String - neighbor
Discovery Property Map
AggregateInterfaceLayer3Ipv6Address, AggregateInterfaceLayer3Ipv6AddressArgs
- Name string
- Advertise
Aggregate
Interface Layer3Ipv6Address Advertise - Anycast
Aggregate
Interface Layer3Ipv6Address Anycast - Enable
On boolInterface - configure this address on interface
- Prefix
Aggregate
Interface Layer3Ipv6Address Prefix
- Name string
- Advertise
Aggregate
Interface Layer3Ipv6Address Advertise - Anycast
Aggregate
Interface Layer3Ipv6Address Anycast - Enable
On boolInterface - configure this address on interface
- Prefix
Aggregate
Interface Layer3Ipv6Address Prefix
- name String
- advertise
Aggregate
Interface Layer3Ipv6Address Advertise - anycast
Aggregate
Interface Layer3Ipv6Address Anycast - enable
On BooleanInterface - configure this address on interface
- prefix
Aggregate
Interface Layer3Ipv6Address Prefix
- name string
- advertise
Aggregate
Interface Layer3Ipv6Address Advertise - anycast
Aggregate
Interface Layer3Ipv6Address Anycast - enable
On booleanInterface - configure this address on interface
- prefix
Aggregate
Interface Layer3Ipv6Address Prefix
- name str
- advertise
Aggregate
Interface Layer3Ipv6Address Advertise - anycast
Aggregate
Interface Layer3Ipv6Address Anycast - enable_
on_ boolinterface - configure this address on interface
- prefix
Aggregate
Interface Layer3Ipv6Address Prefix
- name String
- advertise Property Map
- anycast Property Map
- enable
On BooleanInterface - configure this address on interface
- prefix Property Map
AggregateInterfaceLayer3Ipv6AddressAdvertise, AggregateInterfaceLayer3Ipv6AddressAdvertiseArgs
- Auto
Config boolFlag - Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
- Enable bool
- enable advertising this prefix in router advertisements
- Onlink
Flag bool - Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
- Preferred
Lifetime string - Preferred Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
- Valid
Lifetime string - Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
- Auto
Config boolFlag - Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
- Enable bool
- enable advertising this prefix in router advertisements
- Onlink
Flag bool - Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
- Preferred
Lifetime string - Preferred Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
- Valid
Lifetime string - Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
- auto
Config BooleanFlag - Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
- enable Boolean
- enable advertising this prefix in router advertisements
- onlink
Flag Boolean - Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
- preferred
Lifetime String - Preferred Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
- valid
Lifetime String - Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
- auto
Config booleanFlag - Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
- enable boolean
- enable advertising this prefix in router advertisements
- onlink
Flag boolean - Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
- preferred
Lifetime string - Preferred Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
- valid
Lifetime string - Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
- auto_
config_ boolflag - Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
- enable bool
- enable advertising this prefix in router advertisements
- onlink_
flag bool - Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
- preferred_
lifetime str - Preferred Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
- valid_
lifetime str - Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
- auto
Config BooleanFlag - Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
- enable Boolean
- enable advertising this prefix in router advertisements
- onlink
Flag Boolean - Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
- preferred
Lifetime String - Preferred Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
- valid
Lifetime String - Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
AggregateInterfaceLayer3Ipv6DhcpClient, AggregateInterfaceLayer3Ipv6DhcpClientArgs
- Accept
Ra boolRoute - Accept Router Advertised Default Route
- Default
Route doubleMetric - Metric of the default route created
- Enable bool
- Enable DHCPv6 Client
- Neighbor
Discovery AggregateInterface Layer3Ipv6Dhcp Client Neighbor Discovery - Preference string
- Select Low/Medium/High
- Prefix
Delegation AggregateInterface Layer3Ipv6Dhcp Client Prefix Delegation - V6Options
Aggregate
Interface Layer3Ipv6Dhcp Client V6Options
- Accept
Ra boolRoute - Accept Router Advertised Default Route
- Default
Route float64Metric - Metric of the default route created
- Enable bool
- Enable DHCPv6 Client
- Neighbor
Discovery AggregateInterface Layer3Ipv6Dhcp Client Neighbor Discovery - Preference string
- Select Low/Medium/High
- Prefix
Delegation AggregateInterface Layer3Ipv6Dhcp Client Prefix Delegation - V6Options
Aggregate
Interface Layer3Ipv6Dhcp Client V6Options
- accept
Ra BooleanRoute - Accept Router Advertised Default Route
- default
Route DoubleMetric - Metric of the default route created
- enable Boolean
- Enable DHCPv6 Client
- neighbor
Discovery AggregateInterface Layer3Ipv6Dhcp Client Neighbor Discovery - preference String
- Select Low/Medium/High
- prefix
Delegation AggregateInterface Layer3Ipv6Dhcp Client Prefix Delegation - v6Options
Aggregate
Interface Layer3Ipv6Dhcp Client V6Options
- accept
Ra booleanRoute - Accept Router Advertised Default Route
- default
Route numberMetric - Metric of the default route created
- enable boolean
- Enable DHCPv6 Client
- neighbor
Discovery AggregateInterface Layer3Ipv6Dhcp Client Neighbor Discovery - preference string
- Select Low/Medium/High
- prefix
Delegation AggregateInterface Layer3Ipv6Dhcp Client Prefix Delegation - v6Options
Aggregate
Interface Layer3Ipv6Dhcp Client V6Options
- accept_
ra_ boolroute - Accept Router Advertised Default Route
- default_
route_ floatmetric - Metric of the default route created
- enable bool
- Enable DHCPv6 Client
- neighbor_
discovery AggregateInterface Layer3Ipv6Dhcp Client Neighbor Discovery - preference str
- Select Low/Medium/High
- prefix_
delegation AggregateInterface Layer3Ipv6Dhcp Client Prefix Delegation - v6_
options AggregateInterface Layer3Ipv6Dhcp Client V6Options
- accept
Ra BooleanRoute - Accept Router Advertised Default Route
- default
Route NumberMetric - Metric of the default route created
- enable Boolean
- Enable DHCPv6 Client
- neighbor
Discovery Property Map - preference String
- Select Low/Medium/High
- prefix
Delegation Property Map - v6Options Property Map
AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscovery, AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryArgs
- Dad
Attempts double - number of consecutive neighbor solicitation messages sent for duplicate address detection
- Dns
Server AggregateInterface Layer3Ipv6Dhcp Client Neighbor Discovery Dns Server - Dns
Suffix AggregateInterface Layer3Ipv6Dhcp Client Neighbor Discovery Dns Suffix - Enable
Dad bool - Enable Duplicate Address Detection
- Enable
Ndp boolMonitor - Enable NDP Monitoring
- Neighbors
List<Aggregate
Interface Layer3Ipv6Dhcp Client Neighbor Discovery Neighbor> - Ns
Interval double - interval (in seconds) between consecutive neighbor solicitation messages
- Reachable
Time double - time (in seconds) that the Reachable status for a neighbor can be maintained
- Dad
Attempts float64 - number of consecutive neighbor solicitation messages sent for duplicate address detection
- Dns
Server AggregateInterface Layer3Ipv6Dhcp Client Neighbor Discovery Dns Server - Dns
Suffix AggregateInterface Layer3Ipv6Dhcp Client Neighbor Discovery Dns Suffix - Enable
Dad bool - Enable Duplicate Address Detection
- Enable
Ndp boolMonitor - Enable NDP Monitoring
- Neighbors
[]Aggregate
Interface Layer3Ipv6Dhcp Client Neighbor Discovery Neighbor - Ns
Interval float64 - interval (in seconds) between consecutive neighbor solicitation messages
- Reachable
Time float64 - time (in seconds) that the Reachable status for a neighbor can be maintained
- dad
Attempts Double - number of consecutive neighbor solicitation messages sent for duplicate address detection
- dns
Server AggregateInterface Layer3Ipv6Dhcp Client Neighbor Discovery Dns Server - dns
Suffix AggregateInterface Layer3Ipv6Dhcp Client Neighbor Discovery Dns Suffix - enable
Dad Boolean - Enable Duplicate Address Detection
- enable
Ndp BooleanMonitor - Enable NDP Monitoring
- neighbors
List<Aggregate
Interface Layer3Ipv6Dhcp Client Neighbor Discovery Neighbor> - ns
Interval Double - interval (in seconds) between consecutive neighbor solicitation messages
- reachable
Time Double - time (in seconds) that the Reachable status for a neighbor can be maintained
- dad
Attempts number - number of consecutive neighbor solicitation messages sent for duplicate address detection
- dns
Server AggregateInterface Layer3Ipv6Dhcp Client Neighbor Discovery Dns Server - dns
Suffix AggregateInterface Layer3Ipv6Dhcp Client Neighbor Discovery Dns Suffix - enable
Dad boolean - Enable Duplicate Address Detection
- enable
Ndp booleanMonitor - Enable NDP Monitoring
- neighbors
Aggregate
Interface Layer3Ipv6Dhcp Client Neighbor Discovery Neighbor[] - ns
Interval number - interval (in seconds) between consecutive neighbor solicitation messages
- reachable
Time number - time (in seconds) that the Reachable status for a neighbor can be maintained
- dad_
attempts float - number of consecutive neighbor solicitation messages sent for duplicate address detection
- dns_
server AggregateInterface Layer3Ipv6Dhcp Client Neighbor Discovery Dns Server - dns_
suffix AggregateInterface Layer3Ipv6Dhcp Client Neighbor Discovery Dns Suffix - enable_
dad bool - Enable Duplicate Address Detection
- enable_
ndp_ boolmonitor - Enable NDP Monitoring
- neighbors
Sequence[Aggregate
Interface Layer3Ipv6Dhcp Client Neighbor Discovery Neighbor] - ns_
interval float - interval (in seconds) between consecutive neighbor solicitation messages
- reachable_
time float - time (in seconds) that the Reachable status for a neighbor can be maintained
- dad
Attempts Number - number of consecutive neighbor solicitation messages sent for duplicate address detection
- dns
Server Property Map - dns
Suffix Property Map - enable
Dad Boolean - Enable Duplicate Address Detection
- enable
Ndp BooleanMonitor - Enable NDP Monitoring
- neighbors List<Property Map>
- ns
Interval Number - interval (in seconds) between consecutive neighbor solicitation messages
- reachable
Time Number - time (in seconds) that the Reachable status for a neighbor can be maintained
AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServer, AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServerArgs
- enable Boolean
- source Property Map
AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServerSource, AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServerSourceArgs
AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServerSourceManual, AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServerSourceManualArgs
AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServerSourceManualServer, AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsServerSourceManualServerArgs
AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffix, AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffixArgs
- enable Boolean
- source Property Map
AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffixSource, AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffixSourceArgs
AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffixSourceManual, AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffixSourceManualArgs
AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffixSourceManualSuffix, AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryDnsSuffixSourceManualSuffixArgs
AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryNeighbor, AggregateInterfaceLayer3Ipv6DhcpClientNeighborDiscoveryNeighborArgs
- name str
- hw_
address str - MAC address (format xx:xx:xx:xx:xx:xx)
AggregateInterfaceLayer3Ipv6DhcpClientPrefixDelegation, AggregateInterfaceLayer3Ipv6DhcpClientPrefixDelegationArgs
AggregateInterfaceLayer3Ipv6DhcpClientPrefixDelegationEnable, AggregateInterfaceLayer3Ipv6DhcpClientPrefixDelegationEnableArgs
AggregateInterfaceLayer3Ipv6DhcpClientPrefixDelegationEnableYes, AggregateInterfaceLayer3Ipv6DhcpClientPrefixDelegationEnableYesArgs
- Pfx
Pool stringName - Configure unique Prefix Pool Name
- Prefix
Len double - Hint DHCP Prefix Length (bits)
- Prefix
Len boolHint - Send prefix length hint to server
- Pfx
Pool stringName - Configure unique Prefix Pool Name
- Prefix
Len float64 - Hint DHCP Prefix Length (bits)
- Prefix
Len boolHint - Send prefix length hint to server
- pfx
Pool StringName - Configure unique Prefix Pool Name
- prefix
Len Double - Hint DHCP Prefix Length (bits)
- prefix
Len BooleanHint - Send prefix length hint to server
- pfx
Pool stringName - Configure unique Prefix Pool Name
- prefix
Len number - Hint DHCP Prefix Length (bits)
- prefix
Len booleanHint - Send prefix length hint to server
- pfx_
pool_ strname - Configure unique Prefix Pool Name
- prefix_
len float - Hint DHCP Prefix Length (bits)
- prefix_
len_ boolhint - Send prefix length hint to server
- pfx
Pool StringName - Configure unique Prefix Pool Name
- prefix
Len Number - Hint DHCP Prefix Length (bits)
- prefix
Len BooleanHint - Send prefix length hint to server
AggregateInterfaceLayer3Ipv6DhcpClientV6Options, AggregateInterfaceLayer3Ipv6DhcpClientV6OptionsArgs
- Duid
Type string - Select DUID-LLT/DUID-LL
- Enable
Aggregate
Interface Layer3Ipv6Dhcp Client V6Options Enable - Rapid
Commit bool - Enable Rapid Commit
- Support
Srvr boolReconfig - Enable DHCPv6 Server Re-Configuration Support
- Duid
Type string - Select DUID-LLT/DUID-LL
- Enable
Aggregate
Interface Layer3Ipv6Dhcp Client V6Options Enable - Rapid
Commit bool - Enable Rapid Commit
- Support
Srvr boolReconfig - Enable DHCPv6 Server Re-Configuration Support
- duid
Type String - Select DUID-LLT/DUID-LL
- enable
Aggregate
Interface Layer3Ipv6Dhcp Client V6Options Enable - rapid
Commit Boolean - Enable Rapid Commit
- support
Srvr BooleanReconfig - Enable DHCPv6 Server Re-Configuration Support
- duid
Type string - Select DUID-LLT/DUID-LL
- enable
Aggregate
Interface Layer3Ipv6Dhcp Client V6Options Enable - rapid
Commit boolean - Enable Rapid Commit
- support
Srvr booleanReconfig - Enable DHCPv6 Server Re-Configuration Support
- duid_
type str - Select DUID-LLT/DUID-LL
- enable
Aggregate
Interface Layer3Ipv6Dhcp Client V6Options Enable - rapid_
commit bool - Enable Rapid Commit
- support_
srvr_ boolreconfig - Enable DHCPv6 Server Re-Configuration Support
- duid
Type String - Select DUID-LLT/DUID-LL
- enable Property Map
- rapid
Commit Boolean - Enable Rapid Commit
- support
Srvr BooleanReconfig - Enable DHCPv6 Server Re-Configuration Support
AggregateInterfaceLayer3Ipv6DhcpClientV6OptionsEnable, AggregateInterfaceLayer3Ipv6DhcpClientV6OptionsEnableArgs
AggregateInterfaceLayer3Ipv6DhcpClientV6OptionsEnableYes, AggregateInterfaceLayer3Ipv6DhcpClientV6OptionsEnableYesArgs
- Non
Temp boolAddr - Request Non-Temporary Address Type
- Temp
Addr bool - Request Temporary Address Type
- Non
Temp boolAddr - Request Non-Temporary Address Type
- Temp
Addr bool - Request Temporary Address Type
- non
Temp BooleanAddr - Request Non-Temporary Address Type
- temp
Addr Boolean - Request Temporary Address Type
- non
Temp booleanAddr - Request Non-Temporary Address Type
- temp
Addr boolean - Request Temporary Address Type
- non_
temp_ booladdr - Request Non-Temporary Address Type
- temp_
addr bool - Request Temporary Address Type
- non
Temp BooleanAddr - Request Non-Temporary Address Type
- temp
Addr Boolean - Request Temporary Address Type
AggregateInterfaceLayer3Ipv6Inherited, AggregateInterfaceLayer3Ipv6InheritedArgs
- assign
Addrs List<AggregateInterface Layer3Ipv6Inherited Assign Addr> - enable Boolean
- Enable Inherited Interface
- neighbor
Discovery AggregateInterface Layer3Ipv6Inherited Neighbor Discovery
- assign
Addrs AggregateInterface Layer3Ipv6Inherited Assign Addr[] - enable boolean
- Enable Inherited Interface
- neighbor
Discovery AggregateInterface Layer3Ipv6Inherited Neighbor Discovery
- assign
Addrs List<Property Map> - enable Boolean
- Enable Inherited Interface
- neighbor
Discovery Property Map
AggregateInterfaceLayer3Ipv6InheritedAssignAddr, AggregateInterfaceLayer3Ipv6InheritedAssignAddrArgs
- name String
- type Property Map
AggregateInterfaceLayer3Ipv6InheritedAssignAddrType, AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeArgs
AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeGua, AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeGuaArgs
- Advertise
Aggregate
Interface Layer3Ipv6Inherited Assign Addr Type Gua Advertise - Enable
On boolInterface - Enable on Interface
- Pool
Type AggregateInterface Layer3Ipv6Inherited Assign Addr Type Gua Pool Type - Prefix
Pool string - Prefix-Pool Name
- Advertise
Aggregate
Interface Layer3Ipv6Inherited Assign Addr Type Gua Advertise - Enable
On boolInterface - Enable on Interface
- Pool
Type AggregateInterface Layer3Ipv6Inherited Assign Addr Type Gua Pool Type - Prefix
Pool string - Prefix-Pool Name
- advertise
Aggregate
Interface Layer3Ipv6Inherited Assign Addr Type Gua Advertise - enable
On BooleanInterface - Enable on Interface
- pool
Type AggregateInterface Layer3Ipv6Inherited Assign Addr Type Gua Pool Type - prefix
Pool String - Prefix-Pool Name
- advertise
Aggregate
Interface Layer3Ipv6Inherited Assign Addr Type Gua Advertise - enable
On booleanInterface - Enable on Interface
- pool
Type AggregateInterface Layer3Ipv6Inherited Assign Addr Type Gua Pool Type - prefix
Pool string - Prefix-Pool Name
- advertise
Aggregate
Interface Layer3Ipv6Inherited Assign Addr Type Gua Advertise - enable_
on_ boolinterface - Enable on Interface
- pool_
type AggregateInterface Layer3Ipv6Inherited Assign Addr Type Gua Pool Type - prefix_
pool str - Prefix-Pool Name
- advertise Property Map
- enable
On BooleanInterface - Enable on Interface
- pool
Type Property Map - prefix
Pool String - Prefix-Pool Name
AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeGuaAdvertise, AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeGuaAdvertiseArgs
- Auto
Config boolFlag - Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
- Enable bool
- Enable advertising this prefix in router advertisements
- Onlink
Flag bool - Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
- Auto
Config boolFlag - Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
- Enable bool
- Enable advertising this prefix in router advertisements
- Onlink
Flag bool - Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
- auto
Config BooleanFlag - Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
- enable Boolean
- Enable advertising this prefix in router advertisements
- onlink
Flag Boolean - Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
- auto
Config booleanFlag - Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
- enable boolean
- Enable advertising this prefix in router advertisements
- onlink
Flag boolean - Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
- auto_
config_ boolflag - Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
- enable bool
- Enable advertising this prefix in router advertisements
- onlink_
flag bool - Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
- auto
Config BooleanFlag - Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
- enable Boolean
- Enable advertising this prefix in router advertisements
- onlink
Flag Boolean - Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeGuaPoolType, AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeGuaPoolTypeArgs
AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeGuaPoolTypeDynamicId, AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeGuaPoolTypeDynamicIdArgs
- Identifier double
- Range [0-4095] must be unqiue for this prefix-pool
- Identifier float64
- Range [0-4095] must be unqiue for this prefix-pool
- identifier Double
- Range [0-4095] must be unqiue for this prefix-pool
- identifier number
- Range [0-4095] must be unqiue for this prefix-pool
- identifier float
- Range [0-4095] must be unqiue for this prefix-pool
- identifier Number
- Range [0-4095] must be unqiue for this prefix-pool
AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeUla, AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeUlaArgs
- Address string
- Configure ULA (Unique Local Address)
- Advertise
Aggregate
Interface Layer3Ipv6Inherited Assign Addr Type Ula Advertise - Anycast bool
- Anycast Address
- Enable
On boolInterface - Configure this address on Interface
- Prefix bool
- Use this as prefix to form full address with interface id/EUI-64
- Address string
- Configure ULA (Unique Local Address)
- Advertise
Aggregate
Interface Layer3Ipv6Inherited Assign Addr Type Ula Advertise - Anycast bool
- Anycast Address
- Enable
On boolInterface - Configure this address on Interface
- Prefix bool
- Use this as prefix to form full address with interface id/EUI-64
- address String
- Configure ULA (Unique Local Address)
- advertise
Aggregate
Interface Layer3Ipv6Inherited Assign Addr Type Ula Advertise - anycast Boolean
- Anycast Address
- enable
On BooleanInterface - Configure this address on Interface
- prefix Boolean
- Use this as prefix to form full address with interface id/EUI-64
- address string
- Configure ULA (Unique Local Address)
- advertise
Aggregate
Interface Layer3Ipv6Inherited Assign Addr Type Ula Advertise - anycast boolean
- Anycast Address
- enable
On booleanInterface - Configure this address on Interface
- prefix boolean
- Use this as prefix to form full address with interface id/EUI-64
- address str
- Configure ULA (Unique Local Address)
- advertise
Aggregate
Interface Layer3Ipv6Inherited Assign Addr Type Ula Advertise - anycast bool
- Anycast Address
- enable_
on_ boolinterface - Configure this address on Interface
- prefix bool
- Use this as prefix to form full address with interface id/EUI-64
- address String
- Configure ULA (Unique Local Address)
- advertise Property Map
- anycast Boolean
- Anycast Address
- enable
On BooleanInterface - Configure this address on Interface
- prefix Boolean
- Use this as prefix to form full address with interface id/EUI-64
AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeUlaAdvertise, AggregateInterfaceLayer3Ipv6InheritedAssignAddrTypeUlaAdvertiseArgs
- Auto
Config boolFlag - Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
- Enable bool
- enable advertising this prefix in router advertisements
- Onlink
Flag bool - Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
- Preferred
Lifetime string - Preferred Lifetime (in seconds) of the prefix advertised in Router advertisement messages
- Valid
Lifetime string - Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
- Auto
Config boolFlag - Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
- Enable bool
- enable advertising this prefix in router advertisements
- Onlink
Flag bool - Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
- Preferred
Lifetime string - Preferred Lifetime (in seconds) of the prefix advertised in Router advertisement messages
- Valid
Lifetime string - Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
- auto
Config BooleanFlag - Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
- enable Boolean
- enable advertising this prefix in router advertisements
- onlink
Flag Boolean - Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
- preferred
Lifetime String - Preferred Lifetime (in seconds) of the prefix advertised in Router advertisement messages
- valid
Lifetime String - Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
- auto
Config booleanFlag - Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
- enable boolean
- enable advertising this prefix in router advertisements
- onlink
Flag boolean - Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
- preferred
Lifetime string - Preferred Lifetime (in seconds) of the prefix advertised in Router advertisement messages
- valid
Lifetime string - Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
- auto_
config_ boolflag - Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
- enable bool
- enable advertising this prefix in router advertisements
- onlink_
flag bool - Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
- preferred_
lifetime str - Preferred Lifetime (in seconds) of the prefix advertised in Router advertisement messages
- valid_
lifetime str - Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
- auto
Config BooleanFlag - Set the Auto Address Configuration Flag (A-bit) of the prefix in Router Advertisement messages
- enable Boolean
- enable advertising this prefix in router advertisements
- onlink
Flag Boolean - Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
- preferred
Lifetime String - Preferred Lifetime (in seconds) of the prefix advertised in Router advertisement messages
- valid
Lifetime String - Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
AggregateInterfaceLayer3Ipv6InheritedNeighborDiscovery, AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryArgs
- Dad
Attempts double - Number of consecutive neighbor solicitation messages sent for duplicate address detection
- Dns
Server AggregateInterface Layer3Ipv6Inherited Neighbor Discovery Dns Server - Dns
Suffix AggregateInterface Layer3Ipv6Inherited Neighbor Discovery Dns Suffix - Enable
Dad bool - Enable Duplicate Address Detection (DAD)
- Enable
Ndp boolMonitor - Enable NDP Monitoring
- Neighbors
List<Aggregate
Interface Layer3Ipv6Inherited Neighbor Discovery Neighbor> - Ns
Interval double - Interval (in seconds) between consecutive neighbor solicitation messages
- Reachable
Time double - Time (in seconds) that the Reachable status for a neighbor can be maintained
- Router
Advertisement AggregateInterface Layer3Ipv6Inherited Neighbor Discovery Router Advertisement
- Dad
Attempts float64 - Number of consecutive neighbor solicitation messages sent for duplicate address detection
- Dns
Server AggregateInterface Layer3Ipv6Inherited Neighbor Discovery Dns Server - Dns
Suffix AggregateInterface Layer3Ipv6Inherited Neighbor Discovery Dns Suffix - Enable
Dad bool - Enable Duplicate Address Detection (DAD)
- Enable
Ndp boolMonitor - Enable NDP Monitoring
- Neighbors
[]Aggregate
Interface Layer3Ipv6Inherited Neighbor Discovery Neighbor - Ns
Interval float64 - Interval (in seconds) between consecutive neighbor solicitation messages
- Reachable
Time float64 - Time (in seconds) that the Reachable status for a neighbor can be maintained
- Router
Advertisement AggregateInterface Layer3Ipv6Inherited Neighbor Discovery Router Advertisement
- dad
Attempts Double - Number of consecutive neighbor solicitation messages sent for duplicate address detection
- dns
Server AggregateInterface Layer3Ipv6Inherited Neighbor Discovery Dns Server - dns
Suffix AggregateInterface Layer3Ipv6Inherited Neighbor Discovery Dns Suffix - enable
Dad Boolean - Enable Duplicate Address Detection (DAD)
- enable
Ndp BooleanMonitor - Enable NDP Monitoring
- neighbors
List<Aggregate
Interface Layer3Ipv6Inherited Neighbor Discovery Neighbor> - ns
Interval Double - Interval (in seconds) between consecutive neighbor solicitation messages
- reachable
Time Double - Time (in seconds) that the Reachable status for a neighbor can be maintained
- router
Advertisement AggregateInterface Layer3Ipv6Inherited Neighbor Discovery Router Advertisement
- dad
Attempts number - Number of consecutive neighbor solicitation messages sent for duplicate address detection
- dns
Server AggregateInterface Layer3Ipv6Inherited Neighbor Discovery Dns Server - dns
Suffix AggregateInterface Layer3Ipv6Inherited Neighbor Discovery Dns Suffix - enable
Dad boolean - Enable Duplicate Address Detection (DAD)
- enable
Ndp booleanMonitor - Enable NDP Monitoring
- neighbors
Aggregate
Interface Layer3Ipv6Inherited Neighbor Discovery Neighbor[] - ns
Interval number - Interval (in seconds) between consecutive neighbor solicitation messages
- reachable
Time number - Time (in seconds) that the Reachable status for a neighbor can be maintained
- router
Advertisement AggregateInterface Layer3Ipv6Inherited Neighbor Discovery Router Advertisement
- dad_
attempts float - Number of consecutive neighbor solicitation messages sent for duplicate address detection
- dns_
server AggregateInterface Layer3Ipv6Inherited Neighbor Discovery Dns Server - dns_
suffix AggregateInterface Layer3Ipv6Inherited Neighbor Discovery Dns Suffix - enable_
dad bool - Enable Duplicate Address Detection (DAD)
- enable_
ndp_ boolmonitor - Enable NDP Monitoring
- neighbors
Sequence[Aggregate
Interface Layer3Ipv6Inherited Neighbor Discovery Neighbor] - ns_
interval float - Interval (in seconds) between consecutive neighbor solicitation messages
- reachable_
time float - Time (in seconds) that the Reachable status for a neighbor can be maintained
- router_
advertisement AggregateInterface Layer3Ipv6Inherited Neighbor Discovery Router Advertisement
- dad
Attempts Number - Number of consecutive neighbor solicitation messages sent for duplicate address detection
- dns
Server Property Map - dns
Suffix Property Map - enable
Dad Boolean - Enable Duplicate Address Detection (DAD)
- enable
Ndp BooleanMonitor - Enable NDP Monitoring
- neighbors List<Property Map>
- ns
Interval Number - Interval (in seconds) between consecutive neighbor solicitation messages
- reachable
Time Number - Time (in seconds) that the Reachable status for a neighbor can be maintained
- router
Advertisement Property Map
AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServer, AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerArgs
- enable Boolean
- source Property Map
AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSource, AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSourceArgs
AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSourceDhcpv6, AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSourceDhcpv6Args
- Prefix
Pool string - Prefix-Pool Name
- Prefix
Pool string - Prefix-Pool Name
- prefix
Pool String - Prefix-Pool Name
- prefix
Pool string - Prefix-Pool Name
- prefix_
pool str - Prefix-Pool Name
- prefix
Pool String - Prefix-Pool Name
AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSourceManual, AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSourceManualArgs
AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSourceManualServer, AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsServerSourceManualServerArgs
AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffix, AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixArgs
- enable Boolean
- source Property Map
AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSource, AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSourceArgs
AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSourceDhcpv6, AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSourceDhcpv6Args
- Prefix
Pool string - Prefix-Pool Name
- Prefix
Pool string - Prefix-Pool Name
- prefix
Pool String - Prefix-Pool Name
- prefix
Pool string - Prefix-Pool Name
- prefix_
pool str - Prefix-Pool Name
- prefix
Pool String - Prefix-Pool Name
AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSourceManual, AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSourceManualArgs
AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSourceManualSuffix, AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryDnsSuffixSourceManualSuffixArgs
AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryNeighbor, AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryNeighborArgs
- name str
- hw_
address str - MAC address (format xx:xx:xx:xx:xx:xx)
AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryRouterAdvertisement, AggregateInterfaceLayer3Ipv6InheritedNeighborDiscoveryRouterAdvertisementArgs
- Enable bool
- Enable
Consistency boolCheck - check consistency of RA messages from other routers.
- Hop
Limit string - Current Hop Limit advertised in Router Advertisement messages
- Lifetime double
- Router Lifetime (in seconds) advertised in Router Advertisement messages
- Link
Mtu string - value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
- Managed
Flag bool - Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
- Max
Interval double - Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
- Min
Interval double - Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
- Other
Flag bool - Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
- Reachable
Time string - Reachable Time (in milliseconds) advertised in Router Advertisement messages
- Retransmission
Timer string - Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
- Router
Preference string
- Enable bool
- Enable
Consistency boolCheck - check consistency of RA messages from other routers.
- Hop
Limit string - Current Hop Limit advertised in Router Advertisement messages
- Lifetime float64
- Router Lifetime (in seconds) advertised in Router Advertisement messages
- Link
Mtu string - value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
- Managed
Flag bool - Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
- Max
Interval float64 - Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
- Min
Interval float64 - Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
- Other
Flag bool - Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
- Reachable
Time string - Reachable Time (in milliseconds) advertised in Router Advertisement messages
- Retransmission
Timer string - Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
- Router
Preference string
- enable Boolean
- enable
Consistency BooleanCheck - check consistency of RA messages from other routers.
- hop
Limit String - Current Hop Limit advertised in Router Advertisement messages
- lifetime Double
- Router Lifetime (in seconds) advertised in Router Advertisement messages
- link
Mtu String - value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
- managed
Flag Boolean - Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
- max
Interval Double - Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
- min
Interval Double - Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
- other
Flag Boolean - Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
- reachable
Time String - Reachable Time (in milliseconds) advertised in Router Advertisement messages
- retransmission
Timer String - Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
- router
Preference String
- enable boolean
- enable
Consistency booleanCheck - check consistency of RA messages from other routers.
- hop
Limit string - Current Hop Limit advertised in Router Advertisement messages
- lifetime number
- Router Lifetime (in seconds) advertised in Router Advertisement messages
- link
Mtu string - value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
- managed
Flag boolean - Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
- max
Interval number - Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
- min
Interval number - Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
- other
Flag boolean - Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
- reachable
Time string - Reachable Time (in milliseconds) advertised in Router Advertisement messages
- retransmission
Timer string - Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
- router
Preference string
- enable bool
- enable_
consistency_ boolcheck - check consistency of RA messages from other routers.
- hop_
limit str - Current Hop Limit advertised in Router Advertisement messages
- lifetime float
- Router Lifetime (in seconds) advertised in Router Advertisement messages
- link_
mtu str - value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
- managed_
flag bool - Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
- max_
interval float - Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
- min_
interval float - Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
- other_
flag bool - Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
- reachable_
time str - Reachable Time (in milliseconds) advertised in Router Advertisement messages
- retransmission_
timer str - Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
- router_
preference str
- enable Boolean
- enable
Consistency BooleanCheck - check consistency of RA messages from other routers.
- hop
Limit String - Current Hop Limit advertised in Router Advertisement messages
- lifetime Number
- Router Lifetime (in seconds) advertised in Router Advertisement messages
- link
Mtu String - value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
- managed
Flag Boolean - Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
- max
Interval Number - Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
- min
Interval Number - Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
- other
Flag Boolean - Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
- reachable
Time String - Reachable Time (in milliseconds) advertised in Router Advertisement messages
- retransmission
Timer String - Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
- router
Preference String
AggregateInterfaceLayer3Ipv6NeighborDiscovery, AggregateInterfaceLayer3Ipv6NeighborDiscoveryArgs
- Dad
Attempts double - number of consecutive neighbor solicitation messages sent for duplicate address detection
- Enable
Dad bool - enable duplicate address detection
- Enable
Ndp boolMonitor - enable ndp monitoring
- Neighbors
List<Aggregate
Interface Layer3Ipv6Neighbor Discovery Neighbor> - Ns
Interval double - interval (in seconds) between consecutive neighbor solicitation messages
- Reachable
Time double - time (in seconds) that the Reachable status for a neighbor can be maintained
- Router
Advertisement AggregateInterface Layer3Ipv6Neighbor Discovery Router Advertisement
- Dad
Attempts float64 - number of consecutive neighbor solicitation messages sent for duplicate address detection
- Enable
Dad bool - enable duplicate address detection
- Enable
Ndp boolMonitor - enable ndp monitoring
- Neighbors
[]Aggregate
Interface Layer3Ipv6Neighbor Discovery Neighbor - Ns
Interval float64 - interval (in seconds) between consecutive neighbor solicitation messages
- Reachable
Time float64 - time (in seconds) that the Reachable status for a neighbor can be maintained
- Router
Advertisement AggregateInterface Layer3Ipv6Neighbor Discovery Router Advertisement
- dad
Attempts Double - number of consecutive neighbor solicitation messages sent for duplicate address detection
- enable
Dad Boolean - enable duplicate address detection
- enable
Ndp BooleanMonitor - enable ndp monitoring
- neighbors
List<Aggregate
Interface Layer3Ipv6Neighbor Discovery Neighbor> - ns
Interval Double - interval (in seconds) between consecutive neighbor solicitation messages
- reachable
Time Double - time (in seconds) that the Reachable status for a neighbor can be maintained
- router
Advertisement AggregateInterface Layer3Ipv6Neighbor Discovery Router Advertisement
- dad
Attempts number - number of consecutive neighbor solicitation messages sent for duplicate address detection
- enable
Dad boolean - enable duplicate address detection
- enable
Ndp booleanMonitor - enable ndp monitoring
- neighbors
Aggregate
Interface Layer3Ipv6Neighbor Discovery Neighbor[] - ns
Interval number - interval (in seconds) between consecutive neighbor solicitation messages
- reachable
Time number - time (in seconds) that the Reachable status for a neighbor can be maintained
- router
Advertisement AggregateInterface Layer3Ipv6Neighbor Discovery Router Advertisement
- dad_
attempts float - number of consecutive neighbor solicitation messages sent for duplicate address detection
- enable_
dad bool - enable duplicate address detection
- enable_
ndp_ boolmonitor - enable ndp monitoring
- neighbors
Sequence[Aggregate
Interface Layer3Ipv6Neighbor Discovery Neighbor] - ns_
interval float - interval (in seconds) between consecutive neighbor solicitation messages
- reachable_
time float - time (in seconds) that the Reachable status for a neighbor can be maintained
- router_
advertisement AggregateInterface Layer3Ipv6Neighbor Discovery Router Advertisement
- dad
Attempts Number - number of consecutive neighbor solicitation messages sent for duplicate address detection
- enable
Dad Boolean - enable duplicate address detection
- enable
Ndp BooleanMonitor - enable ndp monitoring
- neighbors List<Property Map>
- ns
Interval Number - interval (in seconds) between consecutive neighbor solicitation messages
- reachable
Time Number - time (in seconds) that the Reachable status for a neighbor can be maintained
- router
Advertisement Property Map
AggregateInterfaceLayer3Ipv6NeighborDiscoveryNeighbor, AggregateInterfaceLayer3Ipv6NeighborDiscoveryNeighborArgs
- name str
- hw_
address str - MAC address (format xx:xx:xx:xx:xx:xx)
AggregateInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisement, AggregateInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementArgs
- Dns
Support AggregateInterface Layer3Ipv6Neighbor Discovery Router Advertisement Dns Support - Enable bool
- Enable
Consistency boolCheck - check consistency of RA messages from other routers.
- Hop
Limit string - Current Hop Limit advertised in Router Advertisement messages
- Lifetime double
- Router Lifetime (in seconds) advertised in Router Advertisement messages
- Link
Mtu string - value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
- Managed
Flag bool - Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
- Max
Interval double - Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
- Min
Interval double - Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
- Other
Flag bool - Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
- Reachable
Time string - Reachable Time (in milliseconds) advertised in Router Advertisement messages
- Retransmission
Timer string - Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
- Router
Preference string
- Dns
Support AggregateInterface Layer3Ipv6Neighbor Discovery Router Advertisement Dns Support - Enable bool
- Enable
Consistency boolCheck - check consistency of RA messages from other routers.
- Hop
Limit string - Current Hop Limit advertised in Router Advertisement messages
- Lifetime float64
- Router Lifetime (in seconds) advertised in Router Advertisement messages
- Link
Mtu string - value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
- Managed
Flag bool - Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
- Max
Interval float64 - Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
- Min
Interval float64 - Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
- Other
Flag bool - Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
- Reachable
Time string - Reachable Time (in milliseconds) advertised in Router Advertisement messages
- Retransmission
Timer string - Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
- Router
Preference string
- dns
Support AggregateInterface Layer3Ipv6Neighbor Discovery Router Advertisement Dns Support - enable Boolean
- enable
Consistency BooleanCheck - check consistency of RA messages from other routers.
- hop
Limit String - Current Hop Limit advertised in Router Advertisement messages
- lifetime Double
- Router Lifetime (in seconds) advertised in Router Advertisement messages
- link
Mtu String - value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
- managed
Flag Boolean - Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
- max
Interval Double - Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
- min
Interval Double - Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
- other
Flag Boolean - Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
- reachable
Time String - Reachable Time (in milliseconds) advertised in Router Advertisement messages
- retransmission
Timer String - Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
- router
Preference String
- dns
Support AggregateInterface Layer3Ipv6Neighbor Discovery Router Advertisement Dns Support - enable boolean
- enable
Consistency booleanCheck - check consistency of RA messages from other routers.
- hop
Limit string - Current Hop Limit advertised in Router Advertisement messages
- lifetime number
- Router Lifetime (in seconds) advertised in Router Advertisement messages
- link
Mtu string - value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
- managed
Flag boolean - Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
- max
Interval number - Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
- min
Interval number - Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
- other
Flag boolean - Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
- reachable
Time string - Reachable Time (in milliseconds) advertised in Router Advertisement messages
- retransmission
Timer string - Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
- router
Preference string
- dns_
support AggregateInterface Layer3Ipv6Neighbor Discovery Router Advertisement Dns Support - enable bool
- enable_
consistency_ boolcheck - check consistency of RA messages from other routers.
- hop_
limit str - Current Hop Limit advertised in Router Advertisement messages
- lifetime float
- Router Lifetime (in seconds) advertised in Router Advertisement messages
- link_
mtu str - value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
- managed_
flag bool - Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
- max_
interval float - Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
- min_
interval float - Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
- other_
flag bool - Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
- reachable_
time str - Reachable Time (in milliseconds) advertised in Router Advertisement messages
- retransmission_
timer str - Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
- router_
preference str
- dns
Support Property Map - enable Boolean
- enable
Consistency BooleanCheck - check consistency of RA messages from other routers.
- hop
Limit String - Current Hop Limit advertised in Router Advertisement messages
- lifetime Number
- Router Lifetime (in seconds) advertised in Router Advertisement messages
- link
Mtu String - value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
- managed
Flag Boolean - Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
- max
Interval Number - Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
- min
Interval Number - Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
- other
Flag Boolean - Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
- reachable
Time String - Reachable Time (in milliseconds) advertised in Router Advertisement messages
- retransmission
Timer String - Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
- router
Preference String
AggregateInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupport, AggregateInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupportArgs
AggregateInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupportServer, AggregateInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupportServerArgs
AggregateInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupportSuffix, AggregateInterfaceLayer3Ipv6NeighborDiscoveryRouterAdvertisementDnsSupportSuffixArgs
AggregateInterfaceLayer3Lacp, AggregateInterfaceLayer3LacpArgs
- Enable bool
- Fast
Failover bool - High
Availability AggregateInterface Layer3Lacp High Availability - Max
Ports double - maximum number of physical ports bundled in the LAG
- Mode string
- LACP mode
- System
Priority double - LACP system priority in system ID
- Transmission
Rate string - periodic transition rate. N/A in passive mode
- Enable bool
- Fast
Failover bool - High
Availability AggregateInterface Layer3Lacp High Availability - Max
Ports float64 - maximum number of physical ports bundled in the LAG
- Mode string
- LACP mode
- System
Priority float64 - LACP system priority in system ID
- Transmission
Rate string - periodic transition rate. N/A in passive mode
- enable Boolean
- fast
Failover Boolean - high
Availability AggregateInterface Layer3Lacp High Availability - max
Ports Double - maximum number of physical ports bundled in the LAG
- mode String
- LACP mode
- system
Priority Double - LACP system priority in system ID
- transmission
Rate String - periodic transition rate. N/A in passive mode
- enable boolean
- fast
Failover boolean - high
Availability AggregateInterface Layer3Lacp High Availability - max
Ports number - maximum number of physical ports bundled in the LAG
- mode string
- LACP mode
- system
Priority number - LACP system priority in system ID
- transmission
Rate string - periodic transition rate. N/A in passive mode
- enable bool
- fast_
failover bool - high_
availability AggregateInterface Layer3Lacp High Availability - max_
ports float - maximum number of physical ports bundled in the LAG
- mode str
- LACP mode
- system_
priority float - LACP system priority in system ID
- transmission_
rate str - periodic transition rate. N/A in passive mode
- enable Boolean
- fast
Failover Boolean - high
Availability Property Map - max
Ports Number - maximum number of physical ports bundled in the LAG
- mode String
- LACP mode
- system
Priority Number - LACP system priority in system ID
- transmission
Rate String - periodic transition rate. N/A in passive mode
AggregateInterfaceLayer3LacpHighAvailability, AggregateInterfaceLayer3LacpHighAvailabilityArgs
- Passive
Pre boolNegotiation - Enable LACP pre-negotiation in HA passive state
- Passive
Pre boolNegotiation - Enable LACP pre-negotiation in HA passive state
- passive
Pre BooleanNegotiation - Enable LACP pre-negotiation in HA passive state
- passive
Pre booleanNegotiation - Enable LACP pre-negotiation in HA passive state
- passive_
pre_ boolnegotiation - Enable LACP pre-negotiation in HA passive state
- passive
Pre BooleanNegotiation - Enable LACP pre-negotiation in HA passive state
AggregateInterfaceLayer3Lldp, AggregateInterfaceLayer3LldpArgs
- Enable bool
- High
Availability AggregateInterface Layer3Lldp High Availability - Profile string
- LLDP profile
- Enable bool
- High
Availability AggregateInterface Layer3Lldp High Availability - Profile string
- LLDP profile
- enable Boolean
- high
Availability AggregateInterface Layer3Lldp High Availability - profile String
- LLDP profile
- enable boolean
- high
Availability AggregateInterface Layer3Lldp High Availability - profile string
- LLDP profile
- enable bool
- high_
availability AggregateInterface Layer3Lldp High Availability - profile str
- LLDP profile
- enable Boolean
- high
Availability Property Map - profile String
- LLDP profile
AggregateInterfaceLayer3LldpHighAvailability, AggregateInterfaceLayer3LldpHighAvailabilityArgs
- Passive
Pre boolNegotiation - Enable LLDP pre-negotiation in HA passive state
- Passive
Pre boolNegotiation - Enable LLDP pre-negotiation in HA passive state
- passive
Pre BooleanNegotiation - Enable LLDP pre-negotiation in HA passive state
- passive
Pre booleanNegotiation - Enable LLDP pre-negotiation in HA passive state
- passive_
pre_ boolnegotiation - Enable LLDP pre-negotiation in HA passive state
- passive
Pre BooleanNegotiation - Enable LLDP pre-negotiation in HA passive state
AggregateInterfaceLayer3NdpProxy, AggregateInterfaceLayer3NdpProxyArgs
- Addresses
List<Aggregate
Interface Layer3Ndp Proxy Address> - Enabled bool
- Enable proxy NDP on the interface
- Addresses
[]Aggregate
Interface Layer3Ndp Proxy Address - Enabled bool
- Enable proxy NDP on the interface
- addresses
List<Aggregate
Interface Layer3Ndp Proxy Address> - enabled Boolean
- Enable proxy NDP on the interface
- addresses
Aggregate
Interface Layer3Ndp Proxy Address[] - enabled boolean
- Enable proxy NDP on the interface
- addresses
Sequence[Aggregate
Interface Layer3Ndp Proxy Address] - enabled bool
- Enable proxy NDP on the interface
- addresses List<Property Map>
- enabled Boolean
- Enable proxy NDP on the interface
AggregateInterfaceLayer3NdpProxyAddress, AggregateInterfaceLayer3NdpProxyAddressArgs
AggregateInterfaceLayer3SdwanLinkSettings, AggregateInterfaceLayer3SdwanLinkSettingsArgs
- Enable bool
- Enable sdwan on this ethernet interface
- Sdwan
Interface stringProfile - Sdwan link characteristics
- Upstream
Nat AggregateInterface Layer3Sdwan Link Settings Upstream Nat
- Enable bool
- Enable sdwan on this ethernet interface
- Sdwan
Interface stringProfile - Sdwan link characteristics
- Upstream
Nat AggregateInterface Layer3Sdwan Link Settings Upstream Nat
- enable Boolean
- Enable sdwan on this ethernet interface
- sdwan
Interface StringProfile - Sdwan link characteristics
- upstream
Nat AggregateInterface Layer3Sdwan Link Settings Upstream Nat
- enable boolean
- Enable sdwan on this ethernet interface
- sdwan
Interface stringProfile - Sdwan link characteristics
- upstream
Nat AggregateInterface Layer3Sdwan Link Settings Upstream Nat
- enable bool
- Enable sdwan on this ethernet interface
- sdwan_
interface_ strprofile - Sdwan link characteristics
- upstream_
nat AggregateInterface Layer3Sdwan Link Settings Upstream Nat
- enable Boolean
- Enable sdwan on this ethernet interface
- sdwan
Interface StringProfile - Sdwan link characteristics
- upstream
Nat Property Map
AggregateInterfaceLayer3SdwanLinkSettingsUpstreamNat, AggregateInterfaceLayer3SdwanLinkSettingsUpstreamNatArgs
- Ddns
Aggregate
Interface Layer3Sdwan Link Settings Upstream Nat Ddns - Enable bool
- Enable upstream NAT IP config
- Static
Ip AggregateInterface Layer3Sdwan Link Settings Upstream Nat Static Ip
- Ddns
Aggregate
Interface Layer3Sdwan Link Settings Upstream Nat Ddns - Enable bool
- Enable upstream NAT IP config
- Static
Ip AggregateInterface Layer3Sdwan Link Settings Upstream Nat Static Ip
- ddns
Aggregate
Interface Layer3Sdwan Link Settings Upstream Nat Ddns - enable Boolean
- Enable upstream NAT IP config
- static
Ip AggregateInterface Layer3Sdwan Link Settings Upstream Nat Static Ip
- ddns
Aggregate
Interface Layer3Sdwan Link Settings Upstream Nat Ddns - enable boolean
- Enable upstream NAT IP config
- static
Ip AggregateInterface Layer3Sdwan Link Settings Upstream Nat Static Ip
- ddns
Aggregate
Interface Layer3Sdwan Link Settings Upstream Nat Ddns - enable bool
- Enable upstream NAT IP config
- static_
ip AggregateInterface Layer3Sdwan Link Settings Upstream Nat Static Ip
- ddns Property Map
- enable Boolean
- Enable upstream NAT IP config
- static
Ip Property Map
AggregateInterfaceLayer3SdwanLinkSettingsUpstreamNatStaticIp, AggregateInterfaceLayer3SdwanLinkSettingsUpstreamNatStaticIpArgs
- fqdn str
- Upstream NAT address FQDN name configuration
- ip_
address str - Upstream NAT IP address
AggregateInterfaceLocation, AggregateInterfaceLocationArgs
- Ngfw
Aggregate
Interface Location Ngfw - Located in a specific NGFW device
- Aggregate
Interface Location Shared - Panorama shared object
- Template
Aggregate
Interface Location Template - Located in a specific template
- Template
Stack AggregateInterface Location Template Stack - Located in a specific template stack
- Ngfw
Aggregate
Interface Location Ngfw - Located in a specific NGFW device
- Aggregate
Interface Location Shared - Panorama shared object
- Template
Aggregate
Interface Location Template - Located in a specific template
- Template
Stack AggregateInterface Location Template Stack - Located in a specific template stack
- ngfw
Aggregate
Interface Location Ngfw - Located in a specific NGFW device
- Aggregate
Interface Location Shared - Panorama shared object
- template
Aggregate
Interface Location Template - Located in a specific template
- template
Stack AggregateInterface Location Template Stack - Located in a specific template stack
- ngfw
Aggregate
Interface Location Ngfw - Located in a specific NGFW device
- Aggregate
Interface Location Shared - Panorama shared object
- template
Aggregate
Interface Location Template - Located in a specific template
- template
Stack AggregateInterface Location Template Stack - Located in a specific template stack
- ngfw
Aggregate
Interface Location Ngfw - Located in a specific NGFW device
- Aggregate
Interface Location Shared - Panorama shared object
- template
Aggregate
Interface Location Template - Located in a specific template
- template_
stack AggregateInterface Location Template Stack - Located in a specific template stack
- ngfw Property Map
- Located in a specific NGFW device
- Property Map
- Panorama shared object
- template Property Map
- Located in a specific template
- template
Stack Property Map - Located in a specific template stack
AggregateInterfaceLocationNgfw, AggregateInterfaceLocationNgfwArgs
- Ngfw
Device string - The NGFW device
- Ngfw
Device string - The NGFW device
- ngfw
Device String - The NGFW device
- ngfw
Device string - The NGFW device
- ngfw_
device str - The NGFW device
- ngfw
Device String - The NGFW device
AggregateInterfaceLocationTemplate, AggregateInterfaceLocationTemplateArgs
- Name string
- Specific Panorama template
- Ngfw
Device string - The NGFW device
- Panorama
Device string - Specific Panorama device
- Name string
- Specific Panorama template
- Ngfw
Device string - The NGFW device
- Panorama
Device string - Specific Panorama device
- name String
- Specific Panorama template
- ngfw
Device String - The NGFW device
- panorama
Device String - Specific Panorama device
- name string
- Specific Panorama template
- ngfw
Device string - The NGFW device
- panorama
Device string - Specific Panorama device
- name str
- Specific Panorama template
- ngfw_
device str - The NGFW device
- panorama_
device str - Specific Panorama device
- name String
- Specific Panorama template
- ngfw
Device String - The NGFW device
- panorama
Device String - Specific Panorama device
AggregateInterfaceLocationTemplateStack, AggregateInterfaceLocationTemplateStackArgs
- Name string
- Specific Panorama template stack
- Ngfw
Device string - The NGFW device
- Panorama
Device string - Specific Panorama device
- Name string
- Specific Panorama template stack
- Ngfw
Device string - The NGFW device
- Panorama
Device string - Specific Panorama device
- name String
- Specific Panorama template stack
- ngfw
Device String - The NGFW device
- panorama
Device String - Specific Panorama device
- name string
- Specific Panorama template stack
- ngfw
Device string - The NGFW device
- panorama
Device string - Specific Panorama device
- name str
- Specific Panorama template stack
- ngfw_
device str - The NGFW device
- panorama_
device str - Specific Panorama device
- name String
- Specific Panorama template stack
- ngfw
Device String - The NGFW device
- panorama
Device String - Specific Panorama device
AggregateInterfaceVirtualWire, AggregateInterfaceVirtualWireArgs
- Lldp
Aggregate
Interface Virtual Wire Lldp - Netflow
Profile string - Netflow Server Profile
- Lldp
Aggregate
Interface Virtual Wire Lldp - Netflow
Profile string - Netflow Server Profile
- lldp
Aggregate
Interface Virtual Wire Lldp - netflow
Profile String - Netflow Server Profile
- lldp
Aggregate
Interface Virtual Wire Lldp - netflow
Profile string - Netflow Server Profile
- lldp
Aggregate
Interface Virtual Wire Lldp - netflow_
profile str - Netflow Server Profile
- lldp Property Map
- netflow
Profile String - Netflow Server Profile
AggregateInterfaceVirtualWireLldp, AggregateInterfaceVirtualWireLldpArgs
- Enable bool
- High
Availability AggregateInterface Virtual Wire Lldp High Availability - Profile string
- LLDP profile
- Enable bool
- High
Availability AggregateInterface Virtual Wire Lldp High Availability - Profile string
- LLDP profile
- enable Boolean
- high
Availability AggregateInterface Virtual Wire Lldp High Availability - profile String
- LLDP profile
- enable boolean
- high
Availability AggregateInterface Virtual Wire Lldp High Availability - profile string
- LLDP profile
- enable bool
- high_
availability AggregateInterface Virtual Wire Lldp High Availability - profile str
- LLDP profile
- enable Boolean
- high
Availability Property Map - profile String
- LLDP profile
AggregateInterfaceVirtualWireLldpHighAvailability, AggregateInterfaceVirtualWireLldpHighAvailabilityArgs
- Passive
Pre boolNegotiation - Enable LLDP pre-negotiation in HA passive state
- Passive
Pre boolNegotiation - Enable LLDP pre-negotiation in HA passive state
- passive
Pre BooleanNegotiation - Enable LLDP pre-negotiation in HA passive state
- passive
Pre booleanNegotiation - Enable LLDP pre-negotiation in HA passive state
- passive_
pre_ boolnegotiation - Enable LLDP pre-negotiation in HA passive state
- passive
Pre BooleanNegotiation - Enable LLDP pre-negotiation in HA passive state
Package Details
- Repository
- panos paloaltonetworks/terraform-provider-panos
- License
- Notes
- This Pulumi package is based on the
panos
Terraform Provider.