panos.VlanInterface
Explore with Pulumi AI
Create VlanInterface Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new VlanInterface(name: string, args: VlanInterfaceArgs, opts?: CustomResourceOptions);
@overload
def VlanInterface(resource_name: str,
args: VlanInterfaceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def VlanInterface(resource_name: str,
opts: Optional[ResourceOptions] = None,
location: Optional[VlanInterfaceLocationArgs] = None,
dhcp_client: Optional[VlanInterfaceDhcpClientArgs] = None,
ips: Optional[Sequence[VlanInterfaceIpArgs]] = None,
comment: Optional[str] = None,
ddns_config: Optional[VlanInterfaceDdnsConfigArgs] = None,
df_ignore: Optional[bool] = None,
adjust_tcp_mss: Optional[VlanInterfaceAdjustTcpMssArgs] = None,
interface_management_profile: Optional[str] = None,
bonjour: Optional[VlanInterfaceBonjourArgs] = None,
ipv6: Optional[VlanInterfaceIpv6Args] = None,
arps: Optional[Sequence[VlanInterfaceArpArgs]] = None,
mtu: Optional[float] = None,
name: Optional[str] = None,
ndp_proxy: Optional[VlanInterfaceNdpProxyArgs] = None,
netflow_profile: Optional[str] = None)
func NewVlanInterface(ctx *Context, name string, args VlanInterfaceArgs, opts ...ResourceOption) (*VlanInterface, error)
public VlanInterface(string name, VlanInterfaceArgs args, CustomResourceOptions? opts = null)
public VlanInterface(String name, VlanInterfaceArgs args)
public VlanInterface(String name, VlanInterfaceArgs args, CustomResourceOptions options)
type: panos:VlanInterface
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 VlanInterfaceArgs
- 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 VlanInterfaceArgs
- 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 VlanInterfaceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args VlanInterfaceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args VlanInterfaceArgs
- 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 vlanInterfaceResource = new Panos.VlanInterface("vlanInterfaceResource", new()
{
Location = new Panos.Inputs.VlanInterfaceLocationArgs
{
Ngfw = new Panos.Inputs.VlanInterfaceLocationNgfwArgs
{
NgfwDevice = "string",
},
Shared = null,
Template = new Panos.Inputs.VlanInterfaceLocationTemplateArgs
{
Name = "string",
NgfwDevice = "string",
PanoramaDevice = "string",
},
TemplateStack = new Panos.Inputs.VlanInterfaceLocationTemplateStackArgs
{
Name = "string",
NgfwDevice = "string",
PanoramaDevice = "string",
},
},
DhcpClient = new Panos.Inputs.VlanInterfaceDhcpClientArgs
{
CreateDefaultRoute = false,
DefaultRouteMetric = 0,
Enable = false,
SendHostname = new Panos.Inputs.VlanInterfaceDhcpClientSendHostnameArgs
{
Enable = false,
Hostname = "string",
},
},
Ips = new[]
{
new Panos.Inputs.VlanInterfaceIpArgs
{
Name = "string",
},
},
Comment = "string",
DdnsConfig = new Panos.Inputs.VlanInterfaceDdnsConfigArgs
{
DdnsCertProfile = "string",
DdnsEnabled = false,
DdnsHostname = "string",
DdnsIps = new[]
{
"string",
},
DdnsIpv6s = new[]
{
"string",
},
DdnsUpdateInterval = 0,
DdnsVendor = "string",
DdnsVendorConfigs = new[]
{
new Panos.Inputs.VlanInterfaceDdnsConfigDdnsVendorConfigArgs
{
Name = "string",
Value = "string",
},
},
},
DfIgnore = false,
AdjustTcpMss = new Panos.Inputs.VlanInterfaceAdjustTcpMssArgs
{
Enable = false,
Ipv4MssAdjustment = 0,
Ipv6MssAdjustment = 0,
},
InterfaceManagementProfile = "string",
Bonjour = new Panos.Inputs.VlanInterfaceBonjourArgs
{
Enable = false,
GroupId = 0,
TtlCheck = false,
},
Ipv6 = new Panos.Inputs.VlanInterfaceIpv6Args
{
Addresses = new[]
{
new Panos.Inputs.VlanInterfaceIpv6AddressArgs
{
Name = "string",
Advertise = new Panos.Inputs.VlanInterfaceIpv6AddressAdvertiseArgs
{
AutoConfigFlag = false,
Enable = false,
OnlinkFlag = false,
PreferredLifetime = "string",
ValidLifetime = "string",
},
Anycast = null,
EnableOnInterface = false,
Prefix = null,
},
},
DhcpClient = new Panos.Inputs.VlanInterfaceIpv6DhcpClientArgs
{
AcceptRaRoute = false,
DefaultRouteMetric = 0,
Enable = false,
NeighborDiscovery = new Panos.Inputs.VlanInterfaceIpv6DhcpClientNeighborDiscoveryArgs
{
DadAttempts = 0,
DnsServer = new Panos.Inputs.VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsServerArgs
{
Enable = false,
Source = new Panos.Inputs.VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsServerSourceArgs
{
Dhcpv6 = null,
Manual = new Panos.Inputs.VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsServerSourceManualArgs
{
Servers = new[]
{
new Panos.Inputs.VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsServerSourceManualServerArgs
{
Name = "string",
Lifetime = 0,
},
},
},
},
},
DnsSuffix = new Panos.Inputs.VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsSuffixArgs
{
Enable = false,
Source = new Panos.Inputs.VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsSuffixSourceArgs
{
Dhcpv6 = null,
Manual = new Panos.Inputs.VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsSuffixSourceManualArgs
{
Suffixes = new[]
{
new Panos.Inputs.VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsSuffixSourceManualSuffixArgs
{
Name = "string",
Lifetime = 0,
},
},
},
},
},
EnableDad = false,
EnableNdpMonitor = false,
Neighbors = new[]
{
new Panos.Inputs.VlanInterfaceIpv6DhcpClientNeighborDiscoveryNeighborArgs
{
Name = "string",
HwAddress = "string",
},
},
NsInterval = 0,
ReachableTime = 0,
},
Preference = "string",
PrefixDelegation = new Panos.Inputs.VlanInterfaceIpv6DhcpClientPrefixDelegationArgs
{
Enable = new Panos.Inputs.VlanInterfaceIpv6DhcpClientPrefixDelegationEnableArgs
{
No = null,
Yes = new Panos.Inputs.VlanInterfaceIpv6DhcpClientPrefixDelegationEnableYesArgs
{
PfxPoolName = "string",
PrefixLen = 0,
PrefixLenHint = false,
},
},
},
V6Options = new Panos.Inputs.VlanInterfaceIpv6DhcpClientV6OptionsArgs
{
DuidType = "string",
Enable = new Panos.Inputs.VlanInterfaceIpv6DhcpClientV6OptionsEnableArgs
{
No = null,
Yes = new Panos.Inputs.VlanInterfaceIpv6DhcpClientV6OptionsEnableYesArgs
{
NonTempAddr = false,
TempAddr = false,
},
},
RapidCommit = false,
SupportSrvrReconfig = false,
},
},
Enabled = false,
Inherited = new Panos.Inputs.VlanInterfaceIpv6InheritedArgs
{
AssignAddrs = new[]
{
new Panos.Inputs.VlanInterfaceIpv6InheritedAssignAddrArgs
{
Name = "string",
Type = new Panos.Inputs.VlanInterfaceIpv6InheritedAssignAddrTypeArgs
{
Gua = new Panos.Inputs.VlanInterfaceIpv6InheritedAssignAddrTypeGuaArgs
{
Advertise = new Panos.Inputs.VlanInterfaceIpv6InheritedAssignAddrTypeGuaAdvertiseArgs
{
AutoConfigFlag = false,
Enable = false,
OnlinkFlag = false,
},
EnableOnInterface = false,
PoolType = new Panos.Inputs.VlanInterfaceIpv6InheritedAssignAddrTypeGuaPoolTypeArgs
{
Dynamic = null,
DynamicId = new Panos.Inputs.VlanInterfaceIpv6InheritedAssignAddrTypeGuaPoolTypeDynamicIdArgs
{
Identifier = 0,
},
},
PrefixPool = "string",
},
Ula = new Panos.Inputs.VlanInterfaceIpv6InheritedAssignAddrTypeUlaArgs
{
Address = "string",
Advertise = new Panos.Inputs.VlanInterfaceIpv6InheritedAssignAddrTypeUlaAdvertiseArgs
{
AutoConfigFlag = false,
Enable = false,
OnlinkFlag = false,
PreferredLifetime = "string",
ValidLifetime = "string",
},
Anycast = false,
EnableOnInterface = false,
Prefix = false,
},
},
},
},
Enable = false,
NeighborDiscovery = new Panos.Inputs.VlanInterfaceIpv6InheritedNeighborDiscoveryArgs
{
DadAttempts = 0,
DnsServer = new Panos.Inputs.VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerArgs
{
Enable = false,
Source = new Panos.Inputs.VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerSourceArgs
{
Dhcpv6 = new Panos.Inputs.VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerSourceDhcpv6Args
{
PrefixPool = "string",
},
Manual = new Panos.Inputs.VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerSourceManualArgs
{
Servers = new[]
{
new Panos.Inputs.VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerSourceManualServerArgs
{
Name = "string",
Lifetime = 0,
},
},
},
},
},
DnsSuffix = new Panos.Inputs.VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixArgs
{
Enable = false,
Source = new Panos.Inputs.VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixSourceArgs
{
Dhcpv6 = new Panos.Inputs.VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixSourceDhcpv6Args
{
PrefixPool = "string",
},
Manual = new Panos.Inputs.VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixSourceManualArgs
{
Suffixes = new[]
{
new Panos.Inputs.VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixSourceManualSuffixArgs
{
Name = "string",
Lifetime = 0,
},
},
},
},
},
EnableDad = false,
EnableNdpMonitor = false,
Neighbors = new[]
{
new Panos.Inputs.VlanInterfaceIpv6InheritedNeighborDiscoveryNeighborArgs
{
Name = "string",
HwAddress = "string",
},
},
NsInterval = 0,
ReachableTime = 0,
RouterAdvertisement = new Panos.Inputs.VlanInterfaceIpv6InheritedNeighborDiscoveryRouterAdvertisementArgs
{
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.VlanInterfaceIpv6NeighborDiscoveryArgs
{
DadAttempts = 0,
EnableDad = false,
EnableNdpMonitor = false,
Neighbors = new[]
{
new Panos.Inputs.VlanInterfaceIpv6NeighborDiscoveryNeighborArgs
{
Name = "string",
HwAddress = "string",
},
},
NsInterval = 0,
ReachableTime = 0,
RouterAdvertisement = new Panos.Inputs.VlanInterfaceIpv6NeighborDiscoveryRouterAdvertisementArgs
{
DnsSupport = new Panos.Inputs.VlanInterfaceIpv6NeighborDiscoveryRouterAdvertisementDnsSupportArgs
{
Enable = false,
Servers = new[]
{
new Panos.Inputs.VlanInterfaceIpv6NeighborDiscoveryRouterAdvertisementDnsSupportServerArgs
{
Name = "string",
Lifetime = 0,
},
},
Suffixes = new[]
{
new Panos.Inputs.VlanInterfaceIpv6NeighborDiscoveryRouterAdvertisementDnsSupportSuffixArgs
{
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",
},
},
},
Arps = new[]
{
new Panos.Inputs.VlanInterfaceArpArgs
{
Name = "string",
HwAddress = "string",
Interface = "string",
},
},
Mtu = 0,
Name = "string",
NdpProxy = new Panos.Inputs.VlanInterfaceNdpProxyArgs
{
Addresses = new[]
{
new Panos.Inputs.VlanInterfaceNdpProxyAddressArgs
{
Name = "string",
Negate = false,
},
},
Enabled = false,
},
NetflowProfile = "string",
});
example, err := panos.NewVlanInterface(ctx, "vlanInterfaceResource", &panos.VlanInterfaceArgs{
Location: &panos.VlanInterfaceLocationArgs{
Ngfw: &panos.VlanInterfaceLocationNgfwArgs{
NgfwDevice: pulumi.String("string"),
},
Shared: &panos.VlanInterfaceLocationSharedArgs{},
Template: &panos.VlanInterfaceLocationTemplateArgs{
Name: pulumi.String("string"),
NgfwDevice: pulumi.String("string"),
PanoramaDevice: pulumi.String("string"),
},
TemplateStack: &panos.VlanInterfaceLocationTemplateStackArgs{
Name: pulumi.String("string"),
NgfwDevice: pulumi.String("string"),
PanoramaDevice: pulumi.String("string"),
},
},
DhcpClient: &panos.VlanInterfaceDhcpClientArgs{
CreateDefaultRoute: pulumi.Bool(false),
DefaultRouteMetric: pulumi.Float64(0),
Enable: pulumi.Bool(false),
SendHostname: &panos.VlanInterfaceDhcpClientSendHostnameArgs{
Enable: pulumi.Bool(false),
Hostname: pulumi.String("string"),
},
},
Ips: panos.VlanInterfaceIpArray{
&panos.VlanInterfaceIpArgs{
Name: pulumi.String("string"),
},
},
Comment: pulumi.String("string"),
DdnsConfig: &panos.VlanInterfaceDdnsConfigArgs{
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.VlanInterfaceDdnsConfigDdnsVendorConfigArray{
&panos.VlanInterfaceDdnsConfigDdnsVendorConfigArgs{
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
},
DfIgnore: pulumi.Bool(false),
AdjustTcpMss: &panos.VlanInterfaceAdjustTcpMssArgs{
Enable: pulumi.Bool(false),
Ipv4MssAdjustment: pulumi.Float64(0),
Ipv6MssAdjustment: pulumi.Float64(0),
},
InterfaceManagementProfile: pulumi.String("string"),
Bonjour: &panos.VlanInterfaceBonjourArgs{
Enable: pulumi.Bool(false),
GroupId: pulumi.Float64(0),
TtlCheck: pulumi.Bool(false),
},
Ipv6: &panos.VlanInterfaceIpv6Args{
Addresses: panos.VlanInterfaceIpv6AddressArray{
&panos.VlanInterfaceIpv6AddressArgs{
Name: pulumi.String("string"),
Advertise: &panos.VlanInterfaceIpv6AddressAdvertiseArgs{
AutoConfigFlag: pulumi.Bool(false),
Enable: pulumi.Bool(false),
OnlinkFlag: pulumi.Bool(false),
PreferredLifetime: pulumi.String("string"),
ValidLifetime: pulumi.String("string"),
},
Anycast: &panos.VlanInterfaceIpv6AddressAnycastArgs{},
EnableOnInterface: pulumi.Bool(false),
Prefix: &panos.VlanInterfaceIpv6AddressPrefixArgs{},
},
},
DhcpClient: &panos.VlanInterfaceIpv6DhcpClientArgs{
AcceptRaRoute: pulumi.Bool(false),
DefaultRouteMetric: pulumi.Float64(0),
Enable: pulumi.Bool(false),
NeighborDiscovery: &panos.VlanInterfaceIpv6DhcpClientNeighborDiscoveryArgs{
DadAttempts: pulumi.Float64(0),
DnsServer: &panos.VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsServerArgs{
Enable: pulumi.Bool(false),
Source: &panos.VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsServerSourceArgs{
Dhcpv6: &panos.VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsServerSourceDhcpv6Args{},
Manual: &panos.VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsServerSourceManualArgs{
Servers: panos.VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsServerSourceManualServerArray{
&panos.VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsServerSourceManualServerArgs{
Name: pulumi.String("string"),
Lifetime: pulumi.Float64(0),
},
},
},
},
},
DnsSuffix: &panos.VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsSuffixArgs{
Enable: pulumi.Bool(false),
Source: &panos.VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsSuffixSourceArgs{
Dhcpv6: &panos.VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsSuffixSourceDhcpv6Args{},
Manual: &panos.VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsSuffixSourceManualArgs{
Suffixes: panos.VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsSuffixSourceManualSuffixArray{
&panos.VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsSuffixSourceManualSuffixArgs{
Name: pulumi.String("string"),
Lifetime: pulumi.Float64(0),
},
},
},
},
},
EnableDad: pulumi.Bool(false),
EnableNdpMonitor: pulumi.Bool(false),
Neighbors: panos.VlanInterfaceIpv6DhcpClientNeighborDiscoveryNeighborArray{
&panos.VlanInterfaceIpv6DhcpClientNeighborDiscoveryNeighborArgs{
Name: pulumi.String("string"),
HwAddress: pulumi.String("string"),
},
},
NsInterval: pulumi.Float64(0),
ReachableTime: pulumi.Float64(0),
},
Preference: pulumi.String("string"),
PrefixDelegation: &panos.VlanInterfaceIpv6DhcpClientPrefixDelegationArgs{
Enable: &panos.VlanInterfaceIpv6DhcpClientPrefixDelegationEnableArgs{
No: &panos.VlanInterfaceIpv6DhcpClientPrefixDelegationEnableNoArgs{},
Yes: &panos.VlanInterfaceIpv6DhcpClientPrefixDelegationEnableYesArgs{
PfxPoolName: pulumi.String("string"),
PrefixLen: pulumi.Float64(0),
PrefixLenHint: pulumi.Bool(false),
},
},
},
V6Options: &panos.VlanInterfaceIpv6DhcpClientV6OptionsArgs{
DuidType: pulumi.String("string"),
Enable: &panos.VlanInterfaceIpv6DhcpClientV6OptionsEnableArgs{
No: &panos.VlanInterfaceIpv6DhcpClientV6OptionsEnableNoArgs{},
Yes: &panos.VlanInterfaceIpv6DhcpClientV6OptionsEnableYesArgs{
NonTempAddr: pulumi.Bool(false),
TempAddr: pulumi.Bool(false),
},
},
RapidCommit: pulumi.Bool(false),
SupportSrvrReconfig: pulumi.Bool(false),
},
},
Enabled: pulumi.Bool(false),
Inherited: &panos.VlanInterfaceIpv6InheritedArgs{
AssignAddrs: panos.VlanInterfaceIpv6InheritedAssignAddrArray{
&panos.VlanInterfaceIpv6InheritedAssignAddrArgs{
Name: pulumi.String("string"),
Type: &panos.VlanInterfaceIpv6InheritedAssignAddrTypeArgs{
Gua: &panos.VlanInterfaceIpv6InheritedAssignAddrTypeGuaArgs{
Advertise: &panos.VlanInterfaceIpv6InheritedAssignAddrTypeGuaAdvertiseArgs{
AutoConfigFlag: pulumi.Bool(false),
Enable: pulumi.Bool(false),
OnlinkFlag: pulumi.Bool(false),
},
EnableOnInterface: pulumi.Bool(false),
PoolType: &panos.VlanInterfaceIpv6InheritedAssignAddrTypeGuaPoolTypeArgs{
Dynamic: &panos.VlanInterfaceIpv6InheritedAssignAddrTypeGuaPoolTypeDynamicArgs{},
DynamicId: &panos.VlanInterfaceIpv6InheritedAssignAddrTypeGuaPoolTypeDynamicIdArgs{
Identifier: pulumi.Float64(0),
},
},
PrefixPool: pulumi.String("string"),
},
Ula: &panos.VlanInterfaceIpv6InheritedAssignAddrTypeUlaArgs{
Address: pulumi.String("string"),
Advertise: &panos.VlanInterfaceIpv6InheritedAssignAddrTypeUlaAdvertiseArgs{
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.VlanInterfaceIpv6InheritedNeighborDiscoveryArgs{
DadAttempts: pulumi.Float64(0),
DnsServer: &panos.VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerArgs{
Enable: pulumi.Bool(false),
Source: &panos.VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerSourceArgs{
Dhcpv6: &panos.VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerSourceDhcpv6Args{
PrefixPool: pulumi.String("string"),
},
Manual: &panos.VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerSourceManualArgs{
Servers: panos.VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerSourceManualServerArray{
&panos.VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerSourceManualServerArgs{
Name: pulumi.String("string"),
Lifetime: pulumi.Float64(0),
},
},
},
},
},
DnsSuffix: &panos.VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixArgs{
Enable: pulumi.Bool(false),
Source: &panos.VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixSourceArgs{
Dhcpv6: &panos.VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixSourceDhcpv6Args{
PrefixPool: pulumi.String("string"),
},
Manual: &panos.VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixSourceManualArgs{
Suffixes: panos.VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixSourceManualSuffixArray{
&panos.VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixSourceManualSuffixArgs{
Name: pulumi.String("string"),
Lifetime: pulumi.Float64(0),
},
},
},
},
},
EnableDad: pulumi.Bool(false),
EnableNdpMonitor: pulumi.Bool(false),
Neighbors: panos.VlanInterfaceIpv6InheritedNeighborDiscoveryNeighborArray{
&panos.VlanInterfaceIpv6InheritedNeighborDiscoveryNeighborArgs{
Name: pulumi.String("string"),
HwAddress: pulumi.String("string"),
},
},
NsInterval: pulumi.Float64(0),
ReachableTime: pulumi.Float64(0),
RouterAdvertisement: &panos.VlanInterfaceIpv6InheritedNeighborDiscoveryRouterAdvertisementArgs{
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.VlanInterfaceIpv6NeighborDiscoveryArgs{
DadAttempts: pulumi.Float64(0),
EnableDad: pulumi.Bool(false),
EnableNdpMonitor: pulumi.Bool(false),
Neighbors: panos.VlanInterfaceIpv6NeighborDiscoveryNeighborArray{
&panos.VlanInterfaceIpv6NeighborDiscoveryNeighborArgs{
Name: pulumi.String("string"),
HwAddress: pulumi.String("string"),
},
},
NsInterval: pulumi.Float64(0),
ReachableTime: pulumi.Float64(0),
RouterAdvertisement: &panos.VlanInterfaceIpv6NeighborDiscoveryRouterAdvertisementArgs{
DnsSupport: &panos.VlanInterfaceIpv6NeighborDiscoveryRouterAdvertisementDnsSupportArgs{
Enable: pulumi.Bool(false),
Servers: panos.VlanInterfaceIpv6NeighborDiscoveryRouterAdvertisementDnsSupportServerArray{
&panos.VlanInterfaceIpv6NeighborDiscoveryRouterAdvertisementDnsSupportServerArgs{
Name: pulumi.String("string"),
Lifetime: pulumi.Float64(0),
},
},
Suffixes: panos.VlanInterfaceIpv6NeighborDiscoveryRouterAdvertisementDnsSupportSuffixArray{
&panos.VlanInterfaceIpv6NeighborDiscoveryRouterAdvertisementDnsSupportSuffixArgs{
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"),
},
},
},
Arps: panos.VlanInterfaceArpArray{
&panos.VlanInterfaceArpArgs{
Name: pulumi.String("string"),
HwAddress: pulumi.String("string"),
Interface: pulumi.String("string"),
},
},
Mtu: pulumi.Float64(0),
Name: pulumi.String("string"),
NdpProxy: &panos.VlanInterfaceNdpProxyArgs{
Addresses: panos.VlanInterfaceNdpProxyAddressArray{
&panos.VlanInterfaceNdpProxyAddressArgs{
Name: pulumi.String("string"),
Negate: pulumi.Bool(false),
},
},
Enabled: pulumi.Bool(false),
},
NetflowProfile: pulumi.String("string"),
})
var vlanInterfaceResource = new VlanInterface("vlanInterfaceResource", VlanInterfaceArgs.builder()
.location(VlanInterfaceLocationArgs.builder()
.ngfw(VlanInterfaceLocationNgfwArgs.builder()
.ngfwDevice("string")
.build())
.shared()
.template(VlanInterfaceLocationTemplateArgs.builder()
.name("string")
.ngfwDevice("string")
.panoramaDevice("string")
.build())
.templateStack(VlanInterfaceLocationTemplateStackArgs.builder()
.name("string")
.ngfwDevice("string")
.panoramaDevice("string")
.build())
.build())
.dhcpClient(VlanInterfaceDhcpClientArgs.builder()
.createDefaultRoute(false)
.defaultRouteMetric(0)
.enable(false)
.sendHostname(VlanInterfaceDhcpClientSendHostnameArgs.builder()
.enable(false)
.hostname("string")
.build())
.build())
.ips(VlanInterfaceIpArgs.builder()
.name("string")
.build())
.comment("string")
.ddnsConfig(VlanInterfaceDdnsConfigArgs.builder()
.ddnsCertProfile("string")
.ddnsEnabled(false)
.ddnsHostname("string")
.ddnsIps("string")
.ddnsIpv6s("string")
.ddnsUpdateInterval(0)
.ddnsVendor("string")
.ddnsVendorConfigs(VlanInterfaceDdnsConfigDdnsVendorConfigArgs.builder()
.name("string")
.value("string")
.build())
.build())
.dfIgnore(false)
.adjustTcpMss(VlanInterfaceAdjustTcpMssArgs.builder()
.enable(false)
.ipv4MssAdjustment(0)
.ipv6MssAdjustment(0)
.build())
.interfaceManagementProfile("string")
.bonjour(VlanInterfaceBonjourArgs.builder()
.enable(false)
.groupId(0)
.ttlCheck(false)
.build())
.ipv6(VlanInterfaceIpv6Args.builder()
.addresses(VlanInterfaceIpv6AddressArgs.builder()
.name("string")
.advertise(VlanInterfaceIpv6AddressAdvertiseArgs.builder()
.autoConfigFlag(false)
.enable(false)
.onlinkFlag(false)
.preferredLifetime("string")
.validLifetime("string")
.build())
.anycast()
.enableOnInterface(false)
.prefix()
.build())
.dhcpClient(VlanInterfaceIpv6DhcpClientArgs.builder()
.acceptRaRoute(false)
.defaultRouteMetric(0)
.enable(false)
.neighborDiscovery(VlanInterfaceIpv6DhcpClientNeighborDiscoveryArgs.builder()
.dadAttempts(0)
.dnsServer(VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsServerArgs.builder()
.enable(false)
.source(VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsServerSourceArgs.builder()
.dhcpv6()
.manual(VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsServerSourceManualArgs.builder()
.servers(VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsServerSourceManualServerArgs.builder()
.name("string")
.lifetime(0)
.build())
.build())
.build())
.build())
.dnsSuffix(VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsSuffixArgs.builder()
.enable(false)
.source(VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsSuffixSourceArgs.builder()
.dhcpv6()
.manual(VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsSuffixSourceManualArgs.builder()
.suffixes(VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsSuffixSourceManualSuffixArgs.builder()
.name("string")
.lifetime(0)
.build())
.build())
.build())
.build())
.enableDad(false)
.enableNdpMonitor(false)
.neighbors(VlanInterfaceIpv6DhcpClientNeighborDiscoveryNeighborArgs.builder()
.name("string")
.hwAddress("string")
.build())
.nsInterval(0)
.reachableTime(0)
.build())
.preference("string")
.prefixDelegation(VlanInterfaceIpv6DhcpClientPrefixDelegationArgs.builder()
.enable(VlanInterfaceIpv6DhcpClientPrefixDelegationEnableArgs.builder()
.no()
.yes(VlanInterfaceIpv6DhcpClientPrefixDelegationEnableYesArgs.builder()
.pfxPoolName("string")
.prefixLen(0)
.prefixLenHint(false)
.build())
.build())
.build())
.v6Options(VlanInterfaceIpv6DhcpClientV6OptionsArgs.builder()
.duidType("string")
.enable(VlanInterfaceIpv6DhcpClientV6OptionsEnableArgs.builder()
.no()
.yes(VlanInterfaceIpv6DhcpClientV6OptionsEnableYesArgs.builder()
.nonTempAddr(false)
.tempAddr(false)
.build())
.build())
.rapidCommit(false)
.supportSrvrReconfig(false)
.build())
.build())
.enabled(false)
.inherited(VlanInterfaceIpv6InheritedArgs.builder()
.assignAddrs(VlanInterfaceIpv6InheritedAssignAddrArgs.builder()
.name("string")
.type(VlanInterfaceIpv6InheritedAssignAddrTypeArgs.builder()
.gua(VlanInterfaceIpv6InheritedAssignAddrTypeGuaArgs.builder()
.advertise(VlanInterfaceIpv6InheritedAssignAddrTypeGuaAdvertiseArgs.builder()
.autoConfigFlag(false)
.enable(false)
.onlinkFlag(false)
.build())
.enableOnInterface(false)
.poolType(VlanInterfaceIpv6InheritedAssignAddrTypeGuaPoolTypeArgs.builder()
.dynamic()
.dynamicId(VlanInterfaceIpv6InheritedAssignAddrTypeGuaPoolTypeDynamicIdArgs.builder()
.identifier(0)
.build())
.build())
.prefixPool("string")
.build())
.ula(VlanInterfaceIpv6InheritedAssignAddrTypeUlaArgs.builder()
.address("string")
.advertise(VlanInterfaceIpv6InheritedAssignAddrTypeUlaAdvertiseArgs.builder()
.autoConfigFlag(false)
.enable(false)
.onlinkFlag(false)
.preferredLifetime("string")
.validLifetime("string")
.build())
.anycast(false)
.enableOnInterface(false)
.prefix(false)
.build())
.build())
.build())
.enable(false)
.neighborDiscovery(VlanInterfaceIpv6InheritedNeighborDiscoveryArgs.builder()
.dadAttempts(0)
.dnsServer(VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerArgs.builder()
.enable(false)
.source(VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerSourceArgs.builder()
.dhcpv6(VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerSourceDhcpv6Args.builder()
.prefixPool("string")
.build())
.manual(VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerSourceManualArgs.builder()
.servers(VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerSourceManualServerArgs.builder()
.name("string")
.lifetime(0)
.build())
.build())
.build())
.build())
.dnsSuffix(VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixArgs.builder()
.enable(false)
.source(VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixSourceArgs.builder()
.dhcpv6(VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixSourceDhcpv6Args.builder()
.prefixPool("string")
.build())
.manual(VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixSourceManualArgs.builder()
.suffixes(VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixSourceManualSuffixArgs.builder()
.name("string")
.lifetime(0)
.build())
.build())
.build())
.build())
.enableDad(false)
.enableNdpMonitor(false)
.neighbors(VlanInterfaceIpv6InheritedNeighborDiscoveryNeighborArgs.builder()
.name("string")
.hwAddress("string")
.build())
.nsInterval(0)
.reachableTime(0)
.routerAdvertisement(VlanInterfaceIpv6InheritedNeighborDiscoveryRouterAdvertisementArgs.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(VlanInterfaceIpv6NeighborDiscoveryArgs.builder()
.dadAttempts(0)
.enableDad(false)
.enableNdpMonitor(false)
.neighbors(VlanInterfaceIpv6NeighborDiscoveryNeighborArgs.builder()
.name("string")
.hwAddress("string")
.build())
.nsInterval(0)
.reachableTime(0)
.routerAdvertisement(VlanInterfaceIpv6NeighborDiscoveryRouterAdvertisementArgs.builder()
.dnsSupport(VlanInterfaceIpv6NeighborDiscoveryRouterAdvertisementDnsSupportArgs.builder()
.enable(false)
.servers(VlanInterfaceIpv6NeighborDiscoveryRouterAdvertisementDnsSupportServerArgs.builder()
.name("string")
.lifetime(0)
.build())
.suffixes(VlanInterfaceIpv6NeighborDiscoveryRouterAdvertisementDnsSupportSuffixArgs.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())
.arps(VlanInterfaceArpArgs.builder()
.name("string")
.hwAddress("string")
.interface_("string")
.build())
.mtu(0)
.name("string")
.ndpProxy(VlanInterfaceNdpProxyArgs.builder()
.addresses(VlanInterfaceNdpProxyAddressArgs.builder()
.name("string")
.negate(false)
.build())
.enabled(false)
.build())
.netflowProfile("string")
.build());
vlan_interface_resource = panos.VlanInterface("vlanInterfaceResource",
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",
},
},
dhcp_client={
"create_default_route": False,
"default_route_metric": 0,
"enable": False,
"send_hostname": {
"enable": False,
"hostname": "string",
},
},
ips=[{
"name": "string",
}],
comment="string",
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",
}],
},
df_ignore=False,
adjust_tcp_mss={
"enable": False,
"ipv4_mss_adjustment": 0,
"ipv6_mss_adjustment": 0,
},
interface_management_profile="string",
bonjour={
"enable": False,
"group_id": 0,
"ttl_check": False,
},
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",
},
},
},
arps=[{
"name": "string",
"hw_address": "string",
"interface": "string",
}],
mtu=0,
name="string",
ndp_proxy={
"addresses": [{
"name": "string",
"negate": False,
}],
"enabled": False,
},
netflow_profile="string")
const vlanInterfaceResource = new panos.VlanInterface("vlanInterfaceResource", {
location: {
ngfw: {
ngfwDevice: "string",
},
shared: {},
template: {
name: "string",
ngfwDevice: "string",
panoramaDevice: "string",
},
templateStack: {
name: "string",
ngfwDevice: "string",
panoramaDevice: "string",
},
},
dhcpClient: {
createDefaultRoute: false,
defaultRouteMetric: 0,
enable: false,
sendHostname: {
enable: false,
hostname: "string",
},
},
ips: [{
name: "string",
}],
comment: "string",
ddnsConfig: {
ddnsCertProfile: "string",
ddnsEnabled: false,
ddnsHostname: "string",
ddnsIps: ["string"],
ddnsIpv6s: ["string"],
ddnsUpdateInterval: 0,
ddnsVendor: "string",
ddnsVendorConfigs: [{
name: "string",
value: "string",
}],
},
dfIgnore: false,
adjustTcpMss: {
enable: false,
ipv4MssAdjustment: 0,
ipv6MssAdjustment: 0,
},
interfaceManagementProfile: "string",
bonjour: {
enable: false,
groupId: 0,
ttlCheck: false,
},
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",
},
},
},
arps: [{
name: "string",
hwAddress: "string",
"interface": "string",
}],
mtu: 0,
name: "string",
ndpProxy: {
addresses: [{
name: "string",
negate: false,
}],
enabled: false,
},
netflowProfile: "string",
});
type: panos:VlanInterface
properties:
adjustTcpMss:
enable: false
ipv4MssAdjustment: 0
ipv6MssAdjustment: 0
arps:
- hwAddress: string
interface: string
name: string
bonjour:
enable: false
groupId: 0
ttlCheck: false
comment: string
ddnsConfig:
ddnsCertProfile: string
ddnsEnabled: false
ddnsHostname: string
ddnsIps:
- string
ddnsIpv6s:
- string
ddnsUpdateInterval: 0
ddnsVendor: string
ddnsVendorConfigs:
- name: string
value: string
dfIgnore: false
dhcpClient:
createDefaultRoute: false
defaultRouteMetric: 0
enable: false
sendHostname:
enable: false
hostname: string
interfaceManagementProfile: string
ips:
- name: 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
location:
ngfw:
ngfwDevice: string
shared: {}
template:
name: string
ngfwDevice: string
panoramaDevice: string
templateStack:
name: string
ngfwDevice: string
panoramaDevice: string
mtu: 0
name: string
ndpProxy:
addresses:
- name: string
negate: false
enabled: false
netflowProfile: string
VlanInterface 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 VlanInterface resource accepts the following input properties:
- Location
Vlan
Interface Location - The location of this object.
- Adjust
Tcp VlanMss Interface Adjust Tcp Mss - Arps
List<Vlan
Interface Arp> - Bonjour
Vlan
Interface Bonjour - Comment string
- Ddns
Config VlanInterface Ddns Config - Df
Ignore bool - Dhcp
Client VlanInterface Dhcp Client - Interface
Management stringProfile - Interface management profile
- Ips
List<Vlan
Interface Ip> - Ipv6
Vlan
Interface Ipv6 - Mtu double
- Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
- Name string
- Ndp
Proxy VlanInterface Ndp Proxy - Netflow
Profile string - Netflow Server Profile
- Location
Vlan
Interface Location Args - The location of this object.
- Adjust
Tcp VlanMss Interface Adjust Tcp Mss Args - Arps
[]Vlan
Interface Arp Args - Bonjour
Vlan
Interface Bonjour Args - Comment string
- Ddns
Config VlanInterface Ddns Config Args - Df
Ignore bool - Dhcp
Client VlanInterface Dhcp Client Args - Interface
Management stringProfile - Interface management profile
- Ips
[]Vlan
Interface Ip Args - Ipv6
Vlan
Interface Ipv6Args - Mtu float64
- Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
- Name string
- Ndp
Proxy VlanInterface Ndp Proxy Args - Netflow
Profile string - Netflow Server Profile
- location
Vlan
Interface Location - The location of this object.
- adjust
Tcp VlanMss Interface Adjust Tcp Mss - arps
List<Vlan
Interface Arp> - bonjour
Vlan
Interface Bonjour - comment String
- ddns
Config VlanInterface Ddns Config - df
Ignore Boolean - dhcp
Client VlanInterface Dhcp Client - interface
Management StringProfile - Interface management profile
- ips
List<Vlan
Interface Ip> - ipv6
Vlan
Interface Ipv6 - mtu Double
- Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
- name String
- ndp
Proxy VlanInterface Ndp Proxy - netflow
Profile String - Netflow Server Profile
- location
Vlan
Interface Location - The location of this object.
- adjust
Tcp VlanMss Interface Adjust Tcp Mss - arps
Vlan
Interface Arp[] - bonjour
Vlan
Interface Bonjour - comment string
- ddns
Config VlanInterface Ddns Config - df
Ignore boolean - dhcp
Client VlanInterface Dhcp Client - interface
Management stringProfile - Interface management profile
- ips
Vlan
Interface Ip[] - ipv6
Vlan
Interface Ipv6 - mtu number
- Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
- name string
- ndp
Proxy VlanInterface Ndp Proxy - netflow
Profile string - Netflow Server Profile
- location
Vlan
Interface Location Args - The location of this object.
- adjust_
tcp_ Vlanmss Interface Adjust Tcp Mss Args - arps
Sequence[Vlan
Interface Arp Args] - bonjour
Vlan
Interface Bonjour Args - comment str
- ddns_
config VlanInterface Ddns Config Args - df_
ignore bool - dhcp_
client VlanInterface Dhcp Client Args - interface_
management_ strprofile - Interface management profile
- ips
Sequence[Vlan
Interface Ip Args] - ipv6
Vlan
Interface Ipv6Args - mtu float
- Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
- name str
- ndp_
proxy VlanInterface Ndp Proxy Args - netflow_
profile str - Netflow Server Profile
- location Property Map
- The location of this object.
- adjust
Tcp Property MapMss - arps List<Property Map>
- bonjour Property Map
- comment String
- ddns
Config Property Map - df
Ignore Boolean - dhcp
Client Property Map - interface
Management StringProfile - Interface management profile
- ips List<Property Map>
- ipv6 Property Map
- mtu Number
- Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
- name String
- ndp
Proxy Property Map - netflow
Profile String - Netflow Server Profile
Outputs
All input properties are implicitly available as output properties. Additionally, the VlanInterface 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 VlanInterface Resource
Get an existing VlanInterface 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?: VlanInterfaceState, opts?: CustomResourceOptions): VlanInterface
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adjust_tcp_mss: Optional[VlanInterfaceAdjustTcpMssArgs] = None,
arps: Optional[Sequence[VlanInterfaceArpArgs]] = None,
bonjour: Optional[VlanInterfaceBonjourArgs] = None,
comment: Optional[str] = None,
ddns_config: Optional[VlanInterfaceDdnsConfigArgs] = None,
df_ignore: Optional[bool] = None,
dhcp_client: Optional[VlanInterfaceDhcpClientArgs] = None,
interface_management_profile: Optional[str] = None,
ips: Optional[Sequence[VlanInterfaceIpArgs]] = None,
ipv6: Optional[VlanInterfaceIpv6Args] = None,
location: Optional[VlanInterfaceLocationArgs] = None,
mtu: Optional[float] = None,
name: Optional[str] = None,
ndp_proxy: Optional[VlanInterfaceNdpProxyArgs] = None,
netflow_profile: Optional[str] = None) -> VlanInterface
func GetVlanInterface(ctx *Context, name string, id IDInput, state *VlanInterfaceState, opts ...ResourceOption) (*VlanInterface, error)
public static VlanInterface Get(string name, Input<string> id, VlanInterfaceState? state, CustomResourceOptions? opts = null)
public static VlanInterface get(String name, Output<String> id, VlanInterfaceState state, CustomResourceOptions options)
resources: _: type: panos:VlanInterface 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.
- Adjust
Tcp VlanMss Interface Adjust Tcp Mss - Arps
List<Vlan
Interface Arp> - Bonjour
Vlan
Interface Bonjour - Comment string
- Ddns
Config VlanInterface Ddns Config - Df
Ignore bool - Dhcp
Client VlanInterface Dhcp Client - Interface
Management stringProfile - Interface management profile
- Ips
List<Vlan
Interface Ip> - Ipv6
Vlan
Interface Ipv6 - Location
Vlan
Interface Location - The location of this object.
- Mtu double
- Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
- Name string
- Ndp
Proxy VlanInterface Ndp Proxy - Netflow
Profile string - Netflow Server Profile
- Adjust
Tcp VlanMss Interface Adjust Tcp Mss Args - Arps
[]Vlan
Interface Arp Args - Bonjour
Vlan
Interface Bonjour Args - Comment string
- Ddns
Config VlanInterface Ddns Config Args - Df
Ignore bool - Dhcp
Client VlanInterface Dhcp Client Args - Interface
Management stringProfile - Interface management profile
- Ips
[]Vlan
Interface Ip Args - Ipv6
Vlan
Interface Ipv6Args - Location
Vlan
Interface Location Args - The location of this object.
- Mtu float64
- Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
- Name string
- Ndp
Proxy VlanInterface Ndp Proxy Args - Netflow
Profile string - Netflow Server Profile
- adjust
Tcp VlanMss Interface Adjust Tcp Mss - arps
List<Vlan
Interface Arp> - bonjour
Vlan
Interface Bonjour - comment String
- ddns
Config VlanInterface Ddns Config - df
Ignore Boolean - dhcp
Client VlanInterface Dhcp Client - interface
Management StringProfile - Interface management profile
- ips
List<Vlan
Interface Ip> - ipv6
Vlan
Interface Ipv6 - location
Vlan
Interface Location - The location of this object.
- mtu Double
- Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
- name String
- ndp
Proxy VlanInterface Ndp Proxy - netflow
Profile String - Netflow Server Profile
- adjust
Tcp VlanMss Interface Adjust Tcp Mss - arps
Vlan
Interface Arp[] - bonjour
Vlan
Interface Bonjour - comment string
- ddns
Config VlanInterface Ddns Config - df
Ignore boolean - dhcp
Client VlanInterface Dhcp Client - interface
Management stringProfile - Interface management profile
- ips
Vlan
Interface Ip[] - ipv6
Vlan
Interface Ipv6 - location
Vlan
Interface Location - The location of this object.
- mtu number
- Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
- name string
- ndp
Proxy VlanInterface Ndp Proxy - netflow
Profile string - Netflow Server Profile
- adjust_
tcp_ Vlanmss Interface Adjust Tcp Mss Args - arps
Sequence[Vlan
Interface Arp Args] - bonjour
Vlan
Interface Bonjour Args - comment str
- ddns_
config VlanInterface Ddns Config Args - df_
ignore bool - dhcp_
client VlanInterface Dhcp Client Args - interface_
management_ strprofile - Interface management profile
- ips
Sequence[Vlan
Interface Ip Args] - ipv6
Vlan
Interface Ipv6Args - location
Vlan
Interface Location Args - The location of this object.
- mtu float
- Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
- name str
- ndp_
proxy VlanInterface Ndp Proxy Args - netflow_
profile str - Netflow Server Profile
- adjust
Tcp Property MapMss - arps List<Property Map>
- bonjour Property Map
- comment String
- ddns
Config Property Map - df
Ignore Boolean - dhcp
Client Property Map - interface
Management StringProfile - Interface management profile
- ips List<Property Map>
- ipv6 Property Map
- location Property Map
- The location of this object.
- mtu Number
- Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise
- name String
- ndp
Proxy Property Map - netflow
Profile String - Netflow Server Profile
Supporting Types
VlanInterfaceAdjustTcpMss, VlanInterfaceAdjustTcpMssArgs
- 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)
VlanInterfaceArp, VlanInterfaceArpArgs
- name String
- hw
Address String - MAC address (format xx:xx:xx:xx:xx:xx)
- interface_ String
- Egress interface associated with this ARP entry
- name str
- hw_
address str - MAC address (format xx:xx:xx:xx:xx:xx)
- interface str
- Egress interface associated with this ARP entry
VlanInterfaceBonjour, VlanInterfaceBonjourArgs
VlanInterfaceDdnsConfig, VlanInterfaceDdnsConfigArgs
- 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<VlanConfigs Interface Ddns 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 []VlanConfigs Interface Ddns 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<VlanConfigs Interface Ddns 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 VlanConfigs Interface Ddns 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[Vlanconfigs Interface Ddns 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
VlanInterfaceDdnsConfigDdnsVendorConfig, VlanInterfaceDdnsConfigDdnsVendorConfigArgs
VlanInterfaceDhcpClient, VlanInterfaceDhcpClientArgs
- 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 VlanInterface Dhcp 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 VlanInterface Dhcp 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 VlanInterface Dhcp 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 VlanInterface Dhcp 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 VlanInterface Dhcp 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
VlanInterfaceDhcpClientSendHostname, VlanInterfaceDhcpClientSendHostnameArgs
VlanInterfaceIp, VlanInterfaceIpArgs
- Name string
- Name string
- name String
- name string
- name str
- name String
VlanInterfaceIpv6, VlanInterfaceIpv6Args
- Addresses
[]Vlan
Interface Ipv6Address - Dhcp
Client VlanInterface Ipv6Dhcp Client - Enabled bool
- Enable IPv6 on the interface
- Inherited
Vlan
Interface Ipv6Inherited - Interface
Id string - Neighbor
Discovery VlanInterface Ipv6Neighbor Discovery
- addresses
List<Vlan
Interface Ipv6Address> - dhcp
Client VlanInterface Ipv6Dhcp Client - enabled Boolean
- Enable IPv6 on the interface
- inherited
Vlan
Interface Ipv6Inherited - interface
Id String - neighbor
Discovery VlanInterface Ipv6Neighbor Discovery
- addresses
Vlan
Interface Ipv6Address[] - dhcp
Client VlanInterface Ipv6Dhcp Client - enabled boolean
- Enable IPv6 on the interface
- inherited
Vlan
Interface Ipv6Inherited - interface
Id string - neighbor
Discovery VlanInterface Ipv6Neighbor Discovery
- 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
VlanInterfaceIpv6Address, VlanInterfaceIpv6AddressArgs
- Name string
- Advertise
Vlan
Interface Ipv6Address Advertise - Anycast
Vlan
Interface Ipv6Address Anycast - Enable
On boolInterface - configure this address on interface
- Prefix
Vlan
Interface Ipv6Address Prefix
- Name string
- Advertise
Vlan
Interface Ipv6Address Advertise - Anycast
Vlan
Interface Ipv6Address Anycast - Enable
On boolInterface - configure this address on interface
- Prefix
Vlan
Interface Ipv6Address Prefix
- name String
- advertise
Vlan
Interface Ipv6Address Advertise - anycast
Vlan
Interface Ipv6Address Anycast - enable
On BooleanInterface - configure this address on interface
- prefix
Vlan
Interface Ipv6Address Prefix
- name string
- advertise
Vlan
Interface Ipv6Address Advertise - anycast
Vlan
Interface Ipv6Address Anycast - enable
On booleanInterface - configure this address on interface
- prefix
Vlan
Interface Ipv6Address Prefix
- name str
- advertise
Vlan
Interface Ipv6Address Advertise - anycast
Vlan
Interface Ipv6Address Anycast - enable_
on_ boolinterface - configure this address on interface
- prefix
Vlan
Interface Ipv6Address Prefix
- name String
- advertise Property Map
- anycast Property Map
- enable
On BooleanInterface - configure this address on interface
- prefix Property Map
VlanInterfaceIpv6AddressAdvertise, VlanInterfaceIpv6AddressAdvertiseArgs
- 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
VlanInterfaceIpv6DhcpClient, VlanInterfaceIpv6DhcpClientArgs
- Accept
Ra boolRoute - Accept Router Advertised Default Route
- Default
Route doubleMetric - Metric of the default route created
- Enable bool
- Enable DHCPv6 Client
- Neighbor
Discovery VlanInterface Ipv6Dhcp Client Neighbor Discovery - Preference string
- Select Low/Medium/High
- Prefix
Delegation VlanInterface Ipv6Dhcp Client Prefix Delegation - V6Options
Vlan
Interface Ipv6Dhcp 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 VlanInterface Ipv6Dhcp Client Neighbor Discovery - Preference string
- Select Low/Medium/High
- Prefix
Delegation VlanInterface Ipv6Dhcp Client Prefix Delegation - V6Options
Vlan
Interface Ipv6Dhcp 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 VlanInterface Ipv6Dhcp Client Neighbor Discovery - preference String
- Select Low/Medium/High
- prefix
Delegation VlanInterface Ipv6Dhcp Client Prefix Delegation - v6Options
Vlan
Interface Ipv6Dhcp 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 VlanInterface Ipv6Dhcp Client Neighbor Discovery - preference string
- Select Low/Medium/High
- prefix
Delegation VlanInterface Ipv6Dhcp Client Prefix Delegation - v6Options
Vlan
Interface Ipv6Dhcp 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 VlanInterface Ipv6Dhcp Client Neighbor Discovery - preference str
- Select Low/Medium/High
- prefix_
delegation VlanInterface Ipv6Dhcp Client Prefix Delegation - v6_
options VlanInterface Ipv6Dhcp 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
VlanInterfaceIpv6DhcpClientNeighborDiscovery, VlanInterfaceIpv6DhcpClientNeighborDiscoveryArgs
- Dad
Attempts double - number of consecutive neighbor solicitation messages sent for duplicate address detection
- Dns
Server VlanInterface Ipv6Dhcp Client Neighbor Discovery Dns Server - Dns
Suffix VlanInterface Ipv6Dhcp Client Neighbor Discovery Dns Suffix - Enable
Dad bool - Enable Duplicate Address Detection
- Enable
Ndp boolMonitor - Enable NDP Monitoring
- Neighbors
List<Vlan
Interface Ipv6Dhcp 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 VlanInterface Ipv6Dhcp Client Neighbor Discovery Dns Server - Dns
Suffix VlanInterface Ipv6Dhcp Client Neighbor Discovery Dns Suffix - Enable
Dad bool - Enable Duplicate Address Detection
- Enable
Ndp boolMonitor - Enable NDP Monitoring
- Neighbors
[]Vlan
Interface Ipv6Dhcp 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 VlanInterface Ipv6Dhcp Client Neighbor Discovery Dns Server - dns
Suffix VlanInterface Ipv6Dhcp Client Neighbor Discovery Dns Suffix - enable
Dad Boolean - Enable Duplicate Address Detection
- enable
Ndp BooleanMonitor - Enable NDP Monitoring
- neighbors
List<Vlan
Interface Ipv6Dhcp 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 VlanInterface Ipv6Dhcp Client Neighbor Discovery Dns Server - dns
Suffix VlanInterface Ipv6Dhcp Client Neighbor Discovery Dns Suffix - enable
Dad boolean - Enable Duplicate Address Detection
- enable
Ndp booleanMonitor - Enable NDP Monitoring
- neighbors
Vlan
Interface Ipv6Dhcp 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 VlanInterface Ipv6Dhcp Client Neighbor Discovery Dns Server - dns_
suffix VlanInterface Ipv6Dhcp Client Neighbor Discovery Dns Suffix - enable_
dad bool - Enable Duplicate Address Detection
- enable_
ndp_ boolmonitor - Enable NDP Monitoring
- neighbors
Sequence[Vlan
Interface Ipv6Dhcp 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
VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsServer, VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsServerArgs
- enable Boolean
- source Property Map
VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsServerSource, VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsServerSourceArgs
VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsServerSourceManual, VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsServerSourceManualArgs
VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsServerSourceManualServer, VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsServerSourceManualServerArgs
VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsSuffix, VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsSuffixArgs
- enable Boolean
- source Property Map
VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsSuffixSource, VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsSuffixSourceArgs
VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsSuffixSourceManual, VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsSuffixSourceManualArgs
VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsSuffixSourceManualSuffix, VlanInterfaceIpv6DhcpClientNeighborDiscoveryDnsSuffixSourceManualSuffixArgs
VlanInterfaceIpv6DhcpClientNeighborDiscoveryNeighbor, VlanInterfaceIpv6DhcpClientNeighborDiscoveryNeighborArgs
- name str
- hw_
address str - MAC address (format xx:xx:xx:xx:xx:xx)
VlanInterfaceIpv6DhcpClientPrefixDelegation, VlanInterfaceIpv6DhcpClientPrefixDelegationArgs
VlanInterfaceIpv6DhcpClientPrefixDelegationEnable, VlanInterfaceIpv6DhcpClientPrefixDelegationEnableArgs
VlanInterfaceIpv6DhcpClientPrefixDelegationEnableYes, VlanInterfaceIpv6DhcpClientPrefixDelegationEnableYesArgs
- 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
VlanInterfaceIpv6DhcpClientV6Options, VlanInterfaceIpv6DhcpClientV6OptionsArgs
- Duid
Type string - Select DUID-LLT/DUID-LL
- Enable
Vlan
Interface Ipv6Dhcp 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
Vlan
Interface Ipv6Dhcp 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
Vlan
Interface Ipv6Dhcp 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
Vlan
Interface Ipv6Dhcp 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
Vlan
Interface Ipv6Dhcp 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
VlanInterfaceIpv6DhcpClientV6OptionsEnable, VlanInterfaceIpv6DhcpClientV6OptionsEnableArgs
VlanInterfaceIpv6DhcpClientV6OptionsEnableYes, VlanInterfaceIpv6DhcpClientV6OptionsEnableYesArgs
- 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
VlanInterfaceIpv6Inherited, VlanInterfaceIpv6InheritedArgs
- Assign
Addrs List<VlanInterface Ipv6Inherited Assign Addr> - Enable bool
- Enable Inherited Interface
- Neighbor
Discovery VlanInterface Ipv6Inherited Neighbor Discovery
- Assign
Addrs []VlanInterface Ipv6Inherited Assign Addr - Enable bool
- Enable Inherited Interface
- Neighbor
Discovery VlanInterface Ipv6Inherited Neighbor Discovery
- assign
Addrs List<VlanInterface Ipv6Inherited Assign Addr> - enable Boolean
- Enable Inherited Interface
- neighbor
Discovery VlanInterface Ipv6Inherited Neighbor Discovery
- assign
Addrs VlanInterface Ipv6Inherited Assign Addr[] - enable boolean
- Enable Inherited Interface
- neighbor
Discovery VlanInterface Ipv6Inherited Neighbor Discovery
- assign_
addrs Sequence[VlanInterface Ipv6Inherited Assign Addr] - enable bool
- Enable Inherited Interface
- neighbor_
discovery VlanInterface Ipv6Inherited Neighbor Discovery
- assign
Addrs List<Property Map> - enable Boolean
- Enable Inherited Interface
- neighbor
Discovery Property Map
VlanInterfaceIpv6InheritedAssignAddr, VlanInterfaceIpv6InheritedAssignAddrArgs
- name String
- type Property Map
VlanInterfaceIpv6InheritedAssignAddrType, VlanInterfaceIpv6InheritedAssignAddrTypeArgs
VlanInterfaceIpv6InheritedAssignAddrTypeGua, VlanInterfaceIpv6InheritedAssignAddrTypeGuaArgs
- Advertise
Vlan
Interface Ipv6Inherited Assign Addr Type Gua Advertise - Enable
On boolInterface - Enable on Interface
- Pool
Type VlanInterface Ipv6Inherited Assign Addr Type Gua Pool Type - Prefix
Pool string - Prefix-Pool Name
- Advertise
Vlan
Interface Ipv6Inherited Assign Addr Type Gua Advertise - Enable
On boolInterface - Enable on Interface
- Pool
Type VlanInterface Ipv6Inherited Assign Addr Type Gua Pool Type - Prefix
Pool string - Prefix-Pool Name
- advertise
Vlan
Interface Ipv6Inherited Assign Addr Type Gua Advertise - enable
On BooleanInterface - Enable on Interface
- pool
Type VlanInterface Ipv6Inherited Assign Addr Type Gua Pool Type - prefix
Pool String - Prefix-Pool Name
- advertise
Vlan
Interface Ipv6Inherited Assign Addr Type Gua Advertise - enable
On booleanInterface - Enable on Interface
- pool
Type VlanInterface Ipv6Inherited Assign Addr Type Gua Pool Type - prefix
Pool string - Prefix-Pool Name
- advertise
Vlan
Interface Ipv6Inherited Assign Addr Type Gua Advertise - enable_
on_ boolinterface - Enable on Interface
- pool_
type VlanInterface Ipv6Inherited 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
VlanInterfaceIpv6InheritedAssignAddrTypeGuaAdvertise, VlanInterfaceIpv6InheritedAssignAddrTypeGuaAdvertiseArgs
- 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
VlanInterfaceIpv6InheritedAssignAddrTypeGuaPoolType, VlanInterfaceIpv6InheritedAssignAddrTypeGuaPoolTypeArgs
VlanInterfaceIpv6InheritedAssignAddrTypeGuaPoolTypeDynamicId, VlanInterfaceIpv6InheritedAssignAddrTypeGuaPoolTypeDynamicIdArgs
- 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
VlanInterfaceIpv6InheritedAssignAddrTypeUla, VlanInterfaceIpv6InheritedAssignAddrTypeUlaArgs
- Address string
- Configure ULA (Unique Local Address)
- Advertise
Vlan
Interface Ipv6Inherited 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
Vlan
Interface Ipv6Inherited 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
Vlan
Interface Ipv6Inherited 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
Vlan
Interface Ipv6Inherited 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
Vlan
Interface Ipv6Inherited 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
VlanInterfaceIpv6InheritedAssignAddrTypeUlaAdvertise, VlanInterfaceIpv6InheritedAssignAddrTypeUlaAdvertiseArgs
- 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
VlanInterfaceIpv6InheritedNeighborDiscovery, VlanInterfaceIpv6InheritedNeighborDiscoveryArgs
- Dad
Attempts double - Number of consecutive neighbor solicitation messages sent for duplicate address detection
- Dns
Server VlanInterface Ipv6Inherited Neighbor Discovery Dns Server - Dns
Suffix VlanInterface Ipv6Inherited Neighbor Discovery Dns Suffix - Enable
Dad bool - Enable Duplicate Address Detection (DAD)
- Enable
Ndp boolMonitor - Enable NDP Monitoring
- Neighbors
List<Vlan
Interface Ipv6Inherited 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 VlanInterface Ipv6Inherited Neighbor Discovery Router Advertisement
- Dad
Attempts float64 - Number of consecutive neighbor solicitation messages sent for duplicate address detection
- Dns
Server VlanInterface Ipv6Inherited Neighbor Discovery Dns Server - Dns
Suffix VlanInterface Ipv6Inherited Neighbor Discovery Dns Suffix - Enable
Dad bool - Enable Duplicate Address Detection (DAD)
- Enable
Ndp boolMonitor - Enable NDP Monitoring
- Neighbors
[]Vlan
Interface Ipv6Inherited 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 VlanInterface Ipv6Inherited Neighbor Discovery Router Advertisement
- dad
Attempts Double - Number of consecutive neighbor solicitation messages sent for duplicate address detection
- dns
Server VlanInterface Ipv6Inherited Neighbor Discovery Dns Server - dns
Suffix VlanInterface Ipv6Inherited Neighbor Discovery Dns Suffix - enable
Dad Boolean - Enable Duplicate Address Detection (DAD)
- enable
Ndp BooleanMonitor - Enable NDP Monitoring
- neighbors
List<Vlan
Interface Ipv6Inherited 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 VlanInterface Ipv6Inherited Neighbor Discovery Router Advertisement
- dad
Attempts number - Number of consecutive neighbor solicitation messages sent for duplicate address detection
- dns
Server VlanInterface Ipv6Inherited Neighbor Discovery Dns Server - dns
Suffix VlanInterface Ipv6Inherited Neighbor Discovery Dns Suffix - enable
Dad boolean - Enable Duplicate Address Detection (DAD)
- enable
Ndp booleanMonitor - Enable NDP Monitoring
- neighbors
Vlan
Interface Ipv6Inherited 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 VlanInterface Ipv6Inherited Neighbor Discovery Router Advertisement
- dad_
attempts float - Number of consecutive neighbor solicitation messages sent for duplicate address detection
- dns_
server VlanInterface Ipv6Inherited Neighbor Discovery Dns Server - dns_
suffix VlanInterface Ipv6Inherited Neighbor Discovery Dns Suffix - enable_
dad bool - Enable Duplicate Address Detection (DAD)
- enable_
ndp_ boolmonitor - Enable NDP Monitoring
- neighbors
Sequence[Vlan
Interface Ipv6Inherited 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 VlanInterface Ipv6Inherited 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
VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServer, VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerArgs
- enable Boolean
- source Property Map
VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerSource, VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerSourceArgs
VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerSourceDhcpv6, VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerSourceDhcpv6Args
- 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
VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerSourceManual, VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerSourceManualArgs
VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerSourceManualServer, VlanInterfaceIpv6InheritedNeighborDiscoveryDnsServerSourceManualServerArgs
VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffix, VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixArgs
- enable Boolean
- source Property Map
VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixSource, VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixSourceArgs
VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixSourceDhcpv6, VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixSourceDhcpv6Args
- 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
VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixSourceManual, VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixSourceManualArgs
VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixSourceManualSuffix, VlanInterfaceIpv6InheritedNeighborDiscoveryDnsSuffixSourceManualSuffixArgs
VlanInterfaceIpv6InheritedNeighborDiscoveryNeighbor, VlanInterfaceIpv6InheritedNeighborDiscoveryNeighborArgs
- name str
- hw_
address str - MAC address (format xx:xx:xx:xx:xx:xx)
VlanInterfaceIpv6InheritedNeighborDiscoveryRouterAdvertisement, VlanInterfaceIpv6InheritedNeighborDiscoveryRouterAdvertisementArgs
- 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
VlanInterfaceIpv6NeighborDiscovery, VlanInterfaceIpv6NeighborDiscoveryArgs
- 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<Vlan
Interface Ipv6Neighbor 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 VlanInterface Ipv6Neighbor 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
[]Vlan
Interface Ipv6Neighbor 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 VlanInterface Ipv6Neighbor 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<Vlan
Interface Ipv6Neighbor 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 VlanInterface Ipv6Neighbor 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
Vlan
Interface Ipv6Neighbor 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 VlanInterface Ipv6Neighbor 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[Vlan
Interface Ipv6Neighbor 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 VlanInterface Ipv6Neighbor 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
VlanInterfaceIpv6NeighborDiscoveryNeighbor, VlanInterfaceIpv6NeighborDiscoveryNeighborArgs
- name str
- hw_
address str - MAC address (format xx:xx:xx:xx:xx:xx)
VlanInterfaceIpv6NeighborDiscoveryRouterAdvertisement, VlanInterfaceIpv6NeighborDiscoveryRouterAdvertisementArgs
- Dns
Support VlanInterface Ipv6Neighbor 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 VlanInterface Ipv6Neighbor 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 VlanInterface Ipv6Neighbor 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 VlanInterface Ipv6Neighbor 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 VlanInterface Ipv6Neighbor 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
VlanInterfaceIpv6NeighborDiscoveryRouterAdvertisementDnsSupport, VlanInterfaceIpv6NeighborDiscoveryRouterAdvertisementDnsSupportArgs
VlanInterfaceIpv6NeighborDiscoveryRouterAdvertisementDnsSupportServer, VlanInterfaceIpv6NeighborDiscoveryRouterAdvertisementDnsSupportServerArgs
VlanInterfaceIpv6NeighborDiscoveryRouterAdvertisementDnsSupportSuffix, VlanInterfaceIpv6NeighborDiscoveryRouterAdvertisementDnsSupportSuffixArgs
VlanInterfaceLocation, VlanInterfaceLocationArgs
- Ngfw
Vlan
Interface Location Ngfw - Located in a specific NGFW device
- Vlan
Interface Location Shared - Panorama shared object
- Template
Vlan
Interface Location Template - Located in a specific template
- Template
Stack VlanInterface Location Template Stack - Located in a specific template stack
- Ngfw
Vlan
Interface Location Ngfw - Located in a specific NGFW device
- Vlan
Interface Location Shared - Panorama shared object
- Template
Vlan
Interface Location Template - Located in a specific template
- Template
Stack VlanInterface Location Template Stack - Located in a specific template stack
- ngfw
Vlan
Interface Location Ngfw - Located in a specific NGFW device
- Vlan
Interface Location Shared - Panorama shared object
- template
Vlan
Interface Location Template - Located in a specific template
- template
Stack VlanInterface Location Template Stack - Located in a specific template stack
- ngfw
Vlan
Interface Location Ngfw - Located in a specific NGFW device
- Vlan
Interface Location Shared - Panorama shared object
- template
Vlan
Interface Location Template - Located in a specific template
- template
Stack VlanInterface Location Template Stack - Located in a specific template stack
- ngfw
Vlan
Interface Location Ngfw - Located in a specific NGFW device
- Vlan
Interface Location Shared - Panorama shared object
- template
Vlan
Interface Location Template - Located in a specific template
- template_
stack VlanInterface 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
VlanInterfaceLocationNgfw, VlanInterfaceLocationNgfwArgs
- 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
VlanInterfaceLocationTemplate, VlanInterfaceLocationTemplateArgs
- 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
VlanInterfaceLocationTemplateStack, VlanInterfaceLocationTemplateStackArgs
- 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
VlanInterfaceNdpProxy, VlanInterfaceNdpProxyArgs
- Addresses
List<Vlan
Interface Ndp Proxy Address> - Enabled bool
- Enable proxy NDP on the interface
- Addresses
[]Vlan
Interface Ndp Proxy Address - Enabled bool
- Enable proxy NDP on the interface
- addresses
List<Vlan
Interface Ndp Proxy Address> - enabled Boolean
- Enable proxy NDP on the interface
- addresses
Vlan
Interface Ndp Proxy Address[] - enabled boolean
- Enable proxy NDP on the interface
- addresses
Sequence[Vlan
Interface Ndp Proxy Address] - enabled bool
- Enable proxy NDP on the interface
- addresses List<Property Map>
- enabled Boolean
- Enable proxy NDP on the interface
VlanInterfaceNdpProxyAddress, VlanInterfaceNdpProxyAddressArgs
Package Details
- Repository
- panos paloaltonetworks/terraform-provider-panos
- License
- Notes
- This Pulumi package is based on the
panos
Terraform Provider.