azure-native.servicefabric.getNodeTypeFaultSimulation
Explore with Pulumi AI
Gets a fault simulation by the simulationId.
Uses Azure REST API version 2024-11-01-preview.
Other available API versions: 2025-03-01-preview, 2025-06-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicefabric [ApiVersion]
. See the version guide for details.
Using getNodeTypeFaultSimulation
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getNodeTypeFaultSimulation(args: GetNodeTypeFaultSimulationArgs, opts?: InvokeOptions): Promise<GetNodeTypeFaultSimulationResult>
function getNodeTypeFaultSimulationOutput(args: GetNodeTypeFaultSimulationOutputArgs, opts?: InvokeOptions): Output<GetNodeTypeFaultSimulationResult>
def get_node_type_fault_simulation(cluster_name: Optional[str] = None,
node_type_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
simulation_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNodeTypeFaultSimulationResult
def get_node_type_fault_simulation_output(cluster_name: Optional[pulumi.Input[str]] = None,
node_type_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
simulation_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNodeTypeFaultSimulationResult]
func GetNodeTypeFaultSimulation(ctx *Context, args *GetNodeTypeFaultSimulationArgs, opts ...InvokeOption) (*GetNodeTypeFaultSimulationResult, error)
func GetNodeTypeFaultSimulationOutput(ctx *Context, args *GetNodeTypeFaultSimulationOutputArgs, opts ...InvokeOption) GetNodeTypeFaultSimulationResultOutput
> Note: This function is named GetNodeTypeFaultSimulation
in the Go SDK.
public static class GetNodeTypeFaultSimulation
{
public static Task<GetNodeTypeFaultSimulationResult> InvokeAsync(GetNodeTypeFaultSimulationArgs args, InvokeOptions? opts = null)
public static Output<GetNodeTypeFaultSimulationResult> Invoke(GetNodeTypeFaultSimulationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNodeTypeFaultSimulationResult> getNodeTypeFaultSimulation(GetNodeTypeFaultSimulationArgs args, InvokeOptions options)
public static Output<GetNodeTypeFaultSimulationResult> getNodeTypeFaultSimulation(GetNodeTypeFaultSimulationArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:servicefabric:getNodeTypeFaultSimulation
arguments:
# arguments dictionary
The following arguments are supported:
- Cluster
Name string - The name of the cluster resource.
- Node
Type stringName - The name of the node type.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Simulation
Id string - unique identifier for the fault simulation.
- Cluster
Name string - The name of the cluster resource.
- Node
Type stringName - The name of the node type.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Simulation
Id string - unique identifier for the fault simulation.
- cluster
Name String - The name of the cluster resource.
- node
Type StringName - The name of the node type.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- simulation
Id String - unique identifier for the fault simulation.
- cluster
Name string - The name of the cluster resource.
- node
Type stringName - The name of the node type.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- simulation
Id string - unique identifier for the fault simulation.
- cluster_
name str - The name of the cluster resource.
- node_
type_ strname - The name of the node type.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- simulation_
id str - unique identifier for the fault simulation.
- cluster
Name String - The name of the cluster resource.
- node
Type StringName - The name of the node type.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- simulation
Id String - unique identifier for the fault simulation.
getNodeTypeFaultSimulation Result
The following output properties are available:
- Details
Pulumi.
Azure Native. Service Fabric. Outputs. Fault Simulation Details Response - Fault simulation details
- End
Time string - The end time of the fault simulation.
- Simulation
Id string - unique identifier for the fault simulation.
- Start
Time string - The start time of the fault simulation.
- Status string
- Fault simulation status
- Details
Fault
Simulation Details Response - Fault simulation details
- End
Time string - The end time of the fault simulation.
- Simulation
Id string - unique identifier for the fault simulation.
- Start
Time string - The start time of the fault simulation.
- Status string
- Fault simulation status
- details
Fault
Simulation Details Response - Fault simulation details
- end
Time String - The end time of the fault simulation.
- simulation
Id String - unique identifier for the fault simulation.
- start
Time String - The start time of the fault simulation.
- status String
- Fault simulation status
- details
Fault
Simulation Details Response - Fault simulation details
- end
Time string - The end time of the fault simulation.
- simulation
Id string - unique identifier for the fault simulation.
- start
Time string - The start time of the fault simulation.
- status string
- Fault simulation status
- details
Fault
Simulation Details Response - Fault simulation details
- end_
time str - The end time of the fault simulation.
- simulation_
id str - unique identifier for the fault simulation.
- start_
time str - The start time of the fault simulation.
- status str
- Fault simulation status
- details Property Map
- Fault simulation details
- end
Time String - The end time of the fault simulation.
- simulation
Id String - unique identifier for the fault simulation.
- start
Time String - The start time of the fault simulation.
- status String
- Fault simulation status
Supporting Types
FaultSimulationConstraintsResponse
- Expiration
Time string - The absolute expiration timestamp (UTC) after which this fault simulation should be stopped if it's still active.
- Expiration
Time string - The absolute expiration timestamp (UTC) after which this fault simulation should be stopped if it's still active.
- expiration
Time String - The absolute expiration timestamp (UTC) after which this fault simulation should be stopped if it's still active.
- expiration
Time string - The absolute expiration timestamp (UTC) after which this fault simulation should be stopped if it's still active.
- expiration_
time str - The absolute expiration timestamp (UTC) after which this fault simulation should be stopped if it's still active.
- expiration
Time String - The absolute expiration timestamp (UTC) after which this fault simulation should be stopped if it's still active.
FaultSimulationDetailsResponse
- Cluster
Id string - unique identifier for the cluster resource.
- Node
Type List<Pulumi.Fault Simulation Azure Native. Service Fabric. Inputs. Node Type Fault Simulation Response> - List of node type simulations associated with the cluster fault simulation.
- Operation
Id string - unique identifier for the operation associated with the fault simulation.
- Parameters
Pulumi.
Azure Native. Service Fabric. Inputs. Zone Fault Simulation Content Response - Fault simulation parameters.
- Cluster
Id string - unique identifier for the cluster resource.
- Node
Type []NodeFault Simulation Type Fault Simulation Response - List of node type simulations associated with the cluster fault simulation.
- Operation
Id string - unique identifier for the operation associated with the fault simulation.
- Parameters
Zone
Fault Simulation Content Response - Fault simulation parameters.
- cluster
Id String - unique identifier for the cluster resource.
- node
Type List<NodeFault Simulation Type Fault Simulation Response> - List of node type simulations associated with the cluster fault simulation.
- operation
Id String - unique identifier for the operation associated with the fault simulation.
- parameters
Zone
Fault Simulation Content Response - Fault simulation parameters.
- cluster
Id string - unique identifier for the cluster resource.
- node
Type NodeFault Simulation Type Fault Simulation Response[] - List of node type simulations associated with the cluster fault simulation.
- operation
Id string - unique identifier for the operation associated with the fault simulation.
- parameters
Zone
Fault Simulation Content Response - Fault simulation parameters.
- cluster_
id str - unique identifier for the cluster resource.
- node_
type_ Sequence[Nodefault_ simulation Type Fault Simulation Response] - List of node type simulations associated with the cluster fault simulation.
- operation_
id str - unique identifier for the operation associated with the fault simulation.
- parameters
Zone
Fault Simulation Content Response - Fault simulation parameters.
- cluster
Id String - unique identifier for the cluster resource.
- node
Type List<Property Map>Fault Simulation - List of node type simulations associated with the cluster fault simulation.
- operation
Id String - unique identifier for the operation associated with the fault simulation.
- parameters Property Map
- Fault simulation parameters.
NodeTypeFaultSimulationResponse
- Operation
Status string - Current or latest asynchronous operation status on the node type
- Node
Type stringName - Node type name.
- Operation
Id string - Current or latest asynchronous operation identifier on the node type.
- Status string
- Fault simulation status
- Operation
Status string - Current or latest asynchronous operation status on the node type
- Node
Type stringName - Node type name.
- Operation
Id string - Current or latest asynchronous operation identifier on the node type.
- Status string
- Fault simulation status
- operation
Status String - Current or latest asynchronous operation status on the node type
- node
Type StringName - Node type name.
- operation
Id String - Current or latest asynchronous operation identifier on the node type.
- status String
- Fault simulation status
- operation
Status string - Current or latest asynchronous operation status on the node type
- node
Type stringName - Node type name.
- operation
Id string - Current or latest asynchronous operation identifier on the node type.
- status string
- Fault simulation status
- operation_
status str - Current or latest asynchronous operation status on the node type
- node_
type_ strname - Node type name.
- operation_
id str - Current or latest asynchronous operation identifier on the node type.
- status str
- Fault simulation status
- operation
Status String - Current or latest asynchronous operation status on the node type
- node
Type StringName - Node type name.
- operation
Id String - Current or latest asynchronous operation identifier on the node type.
- status String
- Fault simulation status
ZoneFaultSimulationContentResponse
- Constraints
Pulumi.
Azure Native. Service Fabric. Inputs. Fault Simulation Constraints Response - Constraints for Fault Simulation action.
- Force bool
- Force the action to go through without any check on the cluster.
- Zones List<string>
- Indicates the zones of the fault simulation.
- Constraints
Fault
Simulation Constraints Response - Constraints for Fault Simulation action.
- Force bool
- Force the action to go through without any check on the cluster.
- Zones []string
- Indicates the zones of the fault simulation.
- constraints
Fault
Simulation Constraints Response - Constraints for Fault Simulation action.
- force Boolean
- Force the action to go through without any check on the cluster.
- zones List<String>
- Indicates the zones of the fault simulation.
- constraints
Fault
Simulation Constraints Response - Constraints for Fault Simulation action.
- force boolean
- Force the action to go through without any check on the cluster.
- zones string[]
- Indicates the zones of the fault simulation.
- constraints
Fault
Simulation Constraints Response - Constraints for Fault Simulation action.
- force bool
- Force the action to go through without any check on the cluster.
- zones Sequence[str]
- Indicates the zones of the fault simulation.
- constraints Property Map
- Constraints for Fault Simulation action.
- force Boolean
- Force the action to go through without any check on the cluster.
- zones List<String>
- Indicates the zones of the fault simulation.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0