azure-native-v2.network.ReachabilityAnalysisIntent
Explore with Pulumi AI
Configuration information or intent on which to do the analysis on. Azure REST API version: 2024-01-01-preview.
Other available API versions: 2024-05-01.
Create ReachabilityAnalysisIntent Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ReachabilityAnalysisIntent(name: string, args: ReachabilityAnalysisIntentArgs, opts?: CustomResourceOptions);
@overload
def ReachabilityAnalysisIntent(resource_name: str,
args: ReachabilityAnalysisIntentArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ReachabilityAnalysisIntent(resource_name: str,
opts: Optional[ResourceOptions] = None,
network_manager_name: Optional[str] = None,
properties: Optional[ReachabilityAnalysisIntentPropertiesArgs] = None,
resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
reachability_analysis_intent_name: Optional[str] = None)
func NewReachabilityAnalysisIntent(ctx *Context, name string, args ReachabilityAnalysisIntentArgs, opts ...ResourceOption) (*ReachabilityAnalysisIntent, error)
public ReachabilityAnalysisIntent(string name, ReachabilityAnalysisIntentArgs args, CustomResourceOptions? opts = null)
public ReachabilityAnalysisIntent(String name, ReachabilityAnalysisIntentArgs args)
public ReachabilityAnalysisIntent(String name, ReachabilityAnalysisIntentArgs args, CustomResourceOptions options)
type: azure-native:network:ReachabilityAnalysisIntent
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ReachabilityAnalysisIntentArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. ReachabilityAnalysisIntentArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ReachabilityAnalysisIntentArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ReachabilityAnalysisIntentArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. ReachabilityAnalysisIntentArgs - 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 reachabilityAnalysisIntentResource = new AzureNative.Network.ReachabilityAnalysisIntent("reachabilityAnalysisIntentResource", new()
{
NetworkManagerName = "string",
Properties =
{
{ "destinationResourceId", "string" },
{ "ipTraffic",
{
{ "destinationIps", new[]
{
"string",
} },
{ "destinationPorts", new[]
{
"string",
} },
{ "protocols", new[]
{
"string",
} },
{ "sourceIps", new[]
{
"string",
} },
{ "sourcePorts", new[]
{
"string",
} },
} },
{ "sourceResourceId", "string" },
{ "description", "string" },
},
ResourceGroupName = "string",
WorkspaceName = "string",
ReachabilityAnalysisIntentName = "string",
});
example, err := network.NewReachabilityAnalysisIntent(ctx, "reachabilityAnalysisIntentResource", &network.ReachabilityAnalysisIntentArgs{
NetworkManagerName: "string",
Properties: map[string]interface{}{
"destinationResourceId": "string",
"ipTraffic": map[string]interface{}{
"destinationIps": []string{
"string",
},
"destinationPorts": []string{
"string",
},
"protocols": []string{
"string",
},
"sourceIps": []string{
"string",
},
"sourcePorts": []string{
"string",
},
},
"sourceResourceId": "string",
"description": "string",
},
ResourceGroupName: "string",
WorkspaceName: "string",
ReachabilityAnalysisIntentName: "string",
})
var reachabilityAnalysisIntentResource = new ReachabilityAnalysisIntent("reachabilityAnalysisIntentResource", ReachabilityAnalysisIntentArgs.builder()
.networkManagerName("string")
.properties(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.resourceGroupName("string")
.workspaceName("string")
.reachabilityAnalysisIntentName("string")
.build());
reachability_analysis_intent_resource = azure_native.network.ReachabilityAnalysisIntent("reachabilityAnalysisIntentResource",
network_manager_name=string,
properties={
destinationResourceId: string,
ipTraffic: {
destinationIps: [string],
destinationPorts: [string],
protocols: [string],
sourceIps: [string],
sourcePorts: [string],
},
sourceResourceId: string,
description: string,
},
resource_group_name=string,
workspace_name=string,
reachability_analysis_intent_name=string)
const reachabilityAnalysisIntentResource = new azure_native.network.ReachabilityAnalysisIntent("reachabilityAnalysisIntentResource", {
networkManagerName: "string",
properties: {
destinationResourceId: "string",
ipTraffic: {
destinationIps: ["string"],
destinationPorts: ["string"],
protocols: ["string"],
sourceIps: ["string"],
sourcePorts: ["string"],
},
sourceResourceId: "string",
description: "string",
},
resourceGroupName: "string",
workspaceName: "string",
reachabilityAnalysisIntentName: "string",
});
type: azure-native:network:ReachabilityAnalysisIntent
properties:
networkManagerName: string
properties:
description: string
destinationResourceId: string
ipTraffic:
destinationIps:
- string
destinationPorts:
- string
protocols:
- string
sourceIps:
- string
sourcePorts:
- string
sourceResourceId: string
reachabilityAnalysisIntentName: string
resourceGroupName: string
workspaceName: string
ReachabilityAnalysisIntent 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 ReachabilityAnalysisIntent resource accepts the following input properties:
- Network
Manager Name This property is required. Changes to this property will trigger replacement.
- The name of the network manager.
- Properties
This property is required. Pulumi.Azure Native. Network. Inputs. Reachability Analysis Intent Properties - Represents the Reachability Analysis Intent properties.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- Workspace
Name This property is required. Changes to this property will trigger replacement.
- Workspace name.
- Reachability
Analysis Intent Name Changes to this property will trigger replacement.
- Reachability Analysis Intent name.
- Network
Manager Name This property is required. Changes to this property will trigger replacement.
- The name of the network manager.
- Properties
This property is required. ReachabilityAnalysis Intent Properties Args - Represents the Reachability Analysis Intent properties.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- Workspace
Name This property is required. Changes to this property will trigger replacement.
- Workspace name.
- Reachability
Analysis Intent Name Changes to this property will trigger replacement.
- Reachability Analysis Intent name.
- network
Manager Name This property is required. Changes to this property will trigger replacement.
- The name of the network manager.
- properties
This property is required. ReachabilityAnalysis Intent Properties - Represents the Reachability Analysis Intent properties.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- workspace
Name This property is required. Changes to this property will trigger replacement.
- Workspace name.
- reachability
Analysis Intent Name Changes to this property will trigger replacement.
- Reachability Analysis Intent name.
- network
Manager Name This property is required. Changes to this property will trigger replacement.
- The name of the network manager.
- properties
This property is required. ReachabilityAnalysis Intent Properties - Represents the Reachability Analysis Intent properties.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- workspace
Name This property is required. Changes to this property will trigger replacement.
- Workspace name.
- reachability
Analysis Intent Name Changes to this property will trigger replacement.
- Reachability Analysis Intent name.
- network_
manager_ name This property is required. Changes to this property will trigger replacement.
- The name of the network manager.
- properties
This property is required. ReachabilityAnalysis Intent Properties Args - Represents the Reachability Analysis Intent properties.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- workspace_
name This property is required. Changes to this property will trigger replacement.
- Workspace name.
- reachability_
analysis_ intent_ name Changes to this property will trigger replacement.
- Reachability Analysis Intent name.
- network
Manager Name This property is required. Changes to this property will trigger replacement.
- The name of the network manager.
- properties
This property is required. Property Map - Represents the Reachability Analysis Intent properties.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- workspace
Name This property is required. Changes to this property will trigger replacement.
- Workspace name.
- reachability
Analysis Intent Name Changes to this property will trigger replacement.
- Reachability Analysis Intent name.
Outputs
All input properties are implicitly available as output properties. Additionally, the ReachabilityAnalysisIntent resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data Pulumi.Azure Native. Network. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
IPTraffic, IPTrafficArgs
- Destination
Ips This property is required. List<string> - List of destination IP addresses of the traffic..
- Destination
Ports This property is required. List<string> - The destination ports of the traffic.
- Protocols
This property is required. List<Union<string, Pulumi.Azure Native. Network. Network Protocol>> - Source
Ips This property is required. List<string> - List of source IP addresses of the traffic..
- Source
Ports This property is required. List<string> - The source ports of the traffic.
- Destination
Ips This property is required. []string - List of destination IP addresses of the traffic..
- Destination
Ports This property is required. []string - The destination ports of the traffic.
- Protocols
This property is required. []string - Source
Ips This property is required. []string - List of source IP addresses of the traffic..
- Source
Ports This property is required. []string - The source ports of the traffic.
- destination
Ips This property is required. List<String> - List of destination IP addresses of the traffic..
- destination
Ports This property is required. List<String> - The destination ports of the traffic.
- protocols
This property is required. List<Either<String,NetworkProtocol>> - source
Ips This property is required. List<String> - List of source IP addresses of the traffic..
- source
Ports This property is required. List<String> - The source ports of the traffic.
- destination
Ips This property is required. string[] - List of destination IP addresses of the traffic..
- destination
Ports This property is required. string[] - The destination ports of the traffic.
- protocols
This property is required. (string | NetworkProtocol)[] - source
Ips This property is required. string[] - List of source IP addresses of the traffic..
- source
Ports This property is required. string[] - The source ports of the traffic.
- destination_
ips This property is required. Sequence[str] - List of destination IP addresses of the traffic..
- destination_
ports This property is required. Sequence[str] - The destination ports of the traffic.
- protocols
This property is required. Sequence[Union[str, NetworkProtocol]] - source_
ips This property is required. Sequence[str] - List of source IP addresses of the traffic..
- source_
ports This property is required. Sequence[str] - The source ports of the traffic.
- destination
Ips This property is required. List<String> - List of destination IP addresses of the traffic..
- destination
Ports This property is required. List<String> - The destination ports of the traffic.
- protocols
This property is required. List<String | "Any" | "TCP" | "UDP" | "ICMP"> - source
Ips This property is required. List<String> - List of source IP addresses of the traffic..
- source
Ports This property is required. List<String> - The source ports of the traffic.
IPTrafficResponse, IPTrafficResponseArgs
- Destination
Ips This property is required. List<string> - List of destination IP addresses of the traffic..
- Destination
Ports This property is required. List<string> - The destination ports of the traffic.
- Protocols
This property is required. List<string> - Source
Ips This property is required. List<string> - List of source IP addresses of the traffic..
- Source
Ports This property is required. List<string> - The source ports of the traffic.
- Destination
Ips This property is required. []string - List of destination IP addresses of the traffic..
- Destination
Ports This property is required. []string - The destination ports of the traffic.
- Protocols
This property is required. []string - Source
Ips This property is required. []string - List of source IP addresses of the traffic..
- Source
Ports This property is required. []string - The source ports of the traffic.
- destination
Ips This property is required. List<String> - List of destination IP addresses of the traffic..
- destination
Ports This property is required. List<String> - The destination ports of the traffic.
- protocols
This property is required. List<String> - source
Ips This property is required. List<String> - List of source IP addresses of the traffic..
- source
Ports This property is required. List<String> - The source ports of the traffic.
- destination
Ips This property is required. string[] - List of destination IP addresses of the traffic..
- destination
Ports This property is required. string[] - The destination ports of the traffic.
- protocols
This property is required. string[] - source
Ips This property is required. string[] - List of source IP addresses of the traffic..
- source
Ports This property is required. string[] - The source ports of the traffic.
- destination_
ips This property is required. Sequence[str] - List of destination IP addresses of the traffic..
- destination_
ports This property is required. Sequence[str] - The destination ports of the traffic.
- protocols
This property is required. Sequence[str] - source_
ips This property is required. Sequence[str] - List of source IP addresses of the traffic..
- source_
ports This property is required. Sequence[str] - The source ports of the traffic.
- destination
Ips This property is required. List<String> - List of destination IP addresses of the traffic..
- destination
Ports This property is required. List<String> - The destination ports of the traffic.
- protocols
This property is required. List<String> - source
Ips This property is required. List<String> - List of source IP addresses of the traffic..
- source
Ports This property is required. List<String> - The source ports of the traffic.
NetworkProtocol, NetworkProtocolArgs
- Any
- Any
- TCP
- TCP
- UDP
- UDP
- ICMP
- ICMP
- Network
Protocol Any - Any
- Network
Protocol TCP - TCP
- Network
Protocol UDP - UDP
- Network
Protocol ICMP - ICMP
- Any
- Any
- TCP
- TCP
- UDP
- UDP
- ICMP
- ICMP
- Any
- Any
- TCP
- TCP
- UDP
- UDP
- ICMP
- ICMP
- ANY
- Any
- TCP
- TCP
- UDP
- UDP
- ICMP
- ICMP
- "Any"
- Any
- "TCP"
- TCP
- "UDP"
- UDP
- "ICMP"
- ICMP
ReachabilityAnalysisIntentProperties, ReachabilityAnalysisIntentPropertiesArgs
- Destination
Resource Id This property is required. string - Destination resource id to verify the reachability path of.
- Ip
Traffic This property is required. Pulumi.Azure Native. Network. Inputs. IPTraffic - IP traffic information.
- Source
Resource Id This property is required. string - Source resource id to verify the reachability path of.
- Description string
- Destination
Resource Id This property is required. string - Destination resource id to verify the reachability path of.
- Ip
Traffic This property is required. IPTraffic - IP traffic information.
- Source
Resource Id This property is required. string - Source resource id to verify the reachability path of.
- Description string
- destination
Resource Id This property is required. String - Destination resource id to verify the reachability path of.
- ip
Traffic This property is required. IPTraffic - IP traffic information.
- source
Resource Id This property is required. String - Source resource id to verify the reachability path of.
- description String
- destination
Resource Id This property is required. string - Destination resource id to verify the reachability path of.
- ip
Traffic This property is required. IPTraffic - IP traffic information.
- source
Resource Id This property is required. string - Source resource id to verify the reachability path of.
- description string
- destination_
resource_ id This property is required. str - Destination resource id to verify the reachability path of.
- ip_
traffic This property is required. IPTraffic - IP traffic information.
- source_
resource_ id This property is required. str - Source resource id to verify the reachability path of.
- description str
- destination
Resource Id This property is required. String - Destination resource id to verify the reachability path of.
- ip
Traffic This property is required. Property Map - IP traffic information.
- source
Resource Id This property is required. String - Source resource id to verify the reachability path of.
- description String
ReachabilityAnalysisIntentPropertiesResponse, ReachabilityAnalysisIntentPropertiesResponseArgs
- Destination
Resource Id This property is required. string - Destination resource id to verify the reachability path of.
- Ip
Traffic This property is required. Pulumi.Azure Native. Network. Inputs. IPTraffic Response - IP traffic information.
- Provisioning
State This property is required. string - Provisioning states of a resource.
- Source
Resource Id This property is required. string - Source resource id to verify the reachability path of.
- Description string
- Destination
Resource Id This property is required. string - Destination resource id to verify the reachability path of.
- Ip
Traffic This property is required. IPTrafficResponse - IP traffic information.
- Provisioning
State This property is required. string - Provisioning states of a resource.
- Source
Resource Id This property is required. string - Source resource id to verify the reachability path of.
- Description string
- destination
Resource Id This property is required. String - Destination resource id to verify the reachability path of.
- ip
Traffic This property is required. IPTrafficResponse - IP traffic information.
- provisioning
State This property is required. String - Provisioning states of a resource.
- source
Resource Id This property is required. String - Source resource id to verify the reachability path of.
- description String
- destination
Resource Id This property is required. string - Destination resource id to verify the reachability path of.
- ip
Traffic This property is required. IPTrafficResponse - IP traffic information.
- provisioning
State This property is required. string - Provisioning states of a resource.
- source
Resource Id This property is required. string - Source resource id to verify the reachability path of.
- description string
- destination_
resource_ id This property is required. str - Destination resource id to verify the reachability path of.
- ip_
traffic This property is required. IPTrafficResponse - IP traffic information.
- provisioning_
state This property is required. str - Provisioning states of a resource.
- source_
resource_ id This property is required. str - Source resource id to verify the reachability path of.
- description str
- destination
Resource Id This property is required. String - Destination resource id to verify the reachability path of.
- ip
Traffic This property is required. Property Map - IP traffic information.
- provisioning
State This property is required. String - Provisioning states of a resource.
- source
Resource Id This property is required. String - Source resource id to verify the reachability path of.
- description String
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The type of identity that last modified the resource.
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The type of identity that last modified the resource.
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The type of identity that last modified the resource.
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The type of identity that last modified the resource.
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The type of identity that last modified the resource.
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The type of identity that last modified the resource.
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:network:ReachabilityAnalysisIntent testAnalysisIntentName /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/verifierWorkspaces/{workspaceName}/reachabilityAnalysisIntents/{reachabilityAnalysisIntentName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0