azure-native-v2.network.ReachabilityAnalysisRun
Explore with Pulumi AI
Configuration information for analysis run. Azure REST API version: 2024-01-01-preview.
Other available API versions: 2024-05-01.
Create ReachabilityAnalysisRun Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ReachabilityAnalysisRun(name: string, args: ReachabilityAnalysisRunArgs, opts?: CustomResourceOptions);
@overload
def ReachabilityAnalysisRun(resource_name: str,
args: ReachabilityAnalysisRunArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ReachabilityAnalysisRun(resource_name: str,
opts: Optional[ResourceOptions] = None,
network_manager_name: Optional[str] = None,
properties: Optional[ReachabilityAnalysisRunPropertiesArgs] = None,
resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
reachability_analysis_run_name: Optional[str] = None)
func NewReachabilityAnalysisRun(ctx *Context, name string, args ReachabilityAnalysisRunArgs, opts ...ResourceOption) (*ReachabilityAnalysisRun, error)
public ReachabilityAnalysisRun(string name, ReachabilityAnalysisRunArgs args, CustomResourceOptions? opts = null)
public ReachabilityAnalysisRun(String name, ReachabilityAnalysisRunArgs args)
public ReachabilityAnalysisRun(String name, ReachabilityAnalysisRunArgs args, CustomResourceOptions options)
type: azure-native:network:ReachabilityAnalysisRun
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. ReachabilityAnalysisRunArgs - 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. ReachabilityAnalysisRunArgs - 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. ReachabilityAnalysisRunArgs - 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. ReachabilityAnalysisRunArgs - 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. ReachabilityAnalysisRunArgs - 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 reachabilityAnalysisRunResource = new AzureNative.Network.ReachabilityAnalysisRun("reachabilityAnalysisRunResource", new()
{
NetworkManagerName = "string",
Properties =
{
{ "intentId", "string" },
{ "description", "string" },
},
ResourceGroupName = "string",
WorkspaceName = "string",
ReachabilityAnalysisRunName = "string",
});
example, err := network.NewReachabilityAnalysisRun(ctx, "reachabilityAnalysisRunResource", &network.ReachabilityAnalysisRunArgs{
NetworkManagerName: "string",
Properties: map[string]interface{}{
"intentId": "string",
"description": "string",
},
ResourceGroupName: "string",
WorkspaceName: "string",
ReachabilityAnalysisRunName: "string",
})
var reachabilityAnalysisRunResource = new ReachabilityAnalysisRun("reachabilityAnalysisRunResource", ReachabilityAnalysisRunArgs.builder()
.networkManagerName("string")
.properties(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.resourceGroupName("string")
.workspaceName("string")
.reachabilityAnalysisRunName("string")
.build());
reachability_analysis_run_resource = azure_native.network.ReachabilityAnalysisRun("reachabilityAnalysisRunResource",
network_manager_name=string,
properties={
intentId: string,
description: string,
},
resource_group_name=string,
workspace_name=string,
reachability_analysis_run_name=string)
const reachabilityAnalysisRunResource = new azure_native.network.ReachabilityAnalysisRun("reachabilityAnalysisRunResource", {
networkManagerName: "string",
properties: {
intentId: "string",
description: "string",
},
resourceGroupName: "string",
workspaceName: "string",
reachabilityAnalysisRunName: "string",
});
type: azure-native:network:ReachabilityAnalysisRun
properties:
networkManagerName: string
properties:
description: string
intentId: string
reachabilityAnalysisRunName: string
resourceGroupName: string
workspaceName: string
ReachabilityAnalysisRun 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 ReachabilityAnalysisRun 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 Run Properties - Represents the Reachability Analysis Run 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 Run Name Changes to this property will trigger replacement.
- Reachability Analysis Run 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 Run Properties Args - Represents the Reachability Analysis Run 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 Run Name Changes to this property will trigger replacement.
- Reachability Analysis Run 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 Run Properties - Represents the Reachability Analysis Run 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 Run Name Changes to this property will trigger replacement.
- Reachability Analysis Run 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 Run Properties - Represents the Reachability Analysis Run 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 Run Name Changes to this property will trigger replacement.
- Reachability Analysis Run 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 Run Properties Args - Represents the Reachability Analysis Run 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_ run_ name Changes to this property will trigger replacement.
- Reachability Analysis Run 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 Run 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 Run Name Changes to this property will trigger replacement.
- Reachability Analysis Run name.
Outputs
All input properties are implicitly available as output properties. Additionally, the ReachabilityAnalysisRun 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
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.
IntentContentResponse, IntentContentResponseArgs
- Destination
Resource Id This property is required. string - Destination resource id of the intent.
- Ip
Traffic This property is required. Pulumi.Azure Native. Network. Inputs. IPTraffic Response - IP traffic information.
- Source
Resource Id This property is required. string - Source resource id of the intent.
- Description string
- Destination
Resource Id This property is required. string - Destination resource id of the intent.
- Ip
Traffic This property is required. IPTrafficResponse - IP traffic information.
- Source
Resource Id This property is required. string - Source resource id of the intent.
- Description string
- destination
Resource Id This property is required. String - Destination resource id of the intent.
- ip
Traffic This property is required. IPTrafficResponse - IP traffic information.
- source
Resource Id This property is required. String - Source resource id of the intent.
- description String
- destination
Resource Id This property is required. string - Destination resource id of the intent.
- ip
Traffic This property is required. IPTrafficResponse - IP traffic information.
- source
Resource Id This property is required. string - Source resource id of the intent.
- description string
- destination_
resource_ id This property is required. str - Destination resource id of the intent.
- ip_
traffic This property is required. IPTrafficResponse - IP traffic information.
- source_
resource_ id This property is required. str - Source resource id of the intent.
- description str
- destination
Resource Id This property is required. String - Destination resource id of the intent.
- ip
Traffic This property is required. Property Map - IP traffic information.
- source
Resource Id This property is required. String - Source resource id of the intent.
- description String
ReachabilityAnalysisRunProperties, ReachabilityAnalysisRunPropertiesArgs
- Intent
Id This property is required. string - Id of the intent resource to run analysis on.
- Description string
- Intent
Id This property is required. string - Id of the intent resource to run analysis on.
- Description string
- intent
Id This property is required. String - Id of the intent resource to run analysis on.
- description String
- intent
Id This property is required. string - Id of the intent resource to run analysis on.
- description string
- intent_
id This property is required. str - Id of the intent resource to run analysis on.
- description str
- intent
Id This property is required. String - Id of the intent resource to run analysis on.
- description String
ReachabilityAnalysisRunPropertiesResponse, ReachabilityAnalysisRunPropertiesResponseArgs
- Analysis
Result This property is required. string - Error
Message This property is required. string - Intent
Content This property is required. Pulumi.Azure Native. Network. Inputs. Intent Content Response - Intent information.
- Intent
Id This property is required. string - Id of the intent resource to run analysis on.
- Provisioning
State This property is required. string - Provisioning states of a resource.
- Description string
- Analysis
Result This property is required. string - Error
Message This property is required. string - Intent
Content This property is required. IntentContent Response - Intent information.
- Intent
Id This property is required. string - Id of the intent resource to run analysis on.
- Provisioning
State This property is required. string - Provisioning states of a resource.
- Description string
- analysis
Result This property is required. String - error
Message This property is required. String - intent
Content This property is required. IntentContent Response - Intent information.
- intent
Id This property is required. String - Id of the intent resource to run analysis on.
- provisioning
State This property is required. String - Provisioning states of a resource.
- description String
- analysis
Result This property is required. string - error
Message This property is required. string - intent
Content This property is required. IntentContent Response - Intent information.
- intent
Id This property is required. string - Id of the intent resource to run analysis on.
- provisioning
State This property is required. string - Provisioning states of a resource.
- description string
- analysis_
result This property is required. str - error_
message This property is required. str - intent_
content This property is required. IntentContent Response - Intent information.
- intent_
id This property is required. str - Id of the intent resource to run analysis on.
- provisioning_
state This property is required. str - Provisioning states of a resource.
- description str
- analysis
Result This property is required. String - error
Message This property is required. String - intent
Content This property is required. Property Map - Intent information.
- intent
Id This property is required. String - Id of the intent resource to run analysis on.
- provisioning
State This property is required. String - Provisioning states of a resource.
- 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:ReachabilityAnalysisRun testAnalysisRunName /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/verifierWorkspaces/{workspaceName}/reachabilityAnalysisRuns/{reachabilityAnalysisRunName}
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