This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
azure-native.servicefabric.listNodeTypeFaultSimulation
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
Gets the list of recent fault simulations for the node type.
Uses Azure REST API version 2024-11-01-preview.
Using listNodeTypeFaultSimulation
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 listNodeTypeFaultSimulation(args: ListNodeTypeFaultSimulationArgs, opts?: InvokeOptions): Promise<ListNodeTypeFaultSimulationResult>
function listNodeTypeFaultSimulationOutput(args: ListNodeTypeFaultSimulationOutputArgs, opts?: InvokeOptions): Output<ListNodeTypeFaultSimulationResult>
def list_node_type_fault_simulation(cluster_name: Optional[str] = None,
node_type_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListNodeTypeFaultSimulationResult
def list_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,
opts: Optional[InvokeOptions] = None) -> Output[ListNodeTypeFaultSimulationResult]
func ListNodeTypeFaultSimulation(ctx *Context, args *ListNodeTypeFaultSimulationArgs, opts ...InvokeOption) (*ListNodeTypeFaultSimulationResult, error)
func ListNodeTypeFaultSimulationOutput(ctx *Context, args *ListNodeTypeFaultSimulationOutputArgs, opts ...InvokeOption) ListNodeTypeFaultSimulationResultOutput
> Note: This function is named ListNodeTypeFaultSimulation
in the Go SDK.
public static class ListNodeTypeFaultSimulation
{
public static Task<ListNodeTypeFaultSimulationResult> InvokeAsync(ListNodeTypeFaultSimulationArgs args, InvokeOptions? opts = null)
public static Output<ListNodeTypeFaultSimulationResult> Invoke(ListNodeTypeFaultSimulationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListNodeTypeFaultSimulationResult> listNodeTypeFaultSimulation(ListNodeTypeFaultSimulationArgs args, InvokeOptions options)
public static Output<ListNodeTypeFaultSimulationResult> listNodeTypeFaultSimulation(ListNodeTypeFaultSimulationArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:servicefabric:listNodeTypeFaultSimulation
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.
- 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.
- 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.
- 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.
- 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.
- 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.
listNodeTypeFaultSimulation Result
The following output properties are available:
- Value
List<Pulumi.
Azure Native. Service Fabric. Outputs. Fault Simulation Response> - The FaultSimulation items on this page
- Next
Link string - The link to the next page of items
- Value
[]Fault
Simulation Response - The FaultSimulation items on this page
- Next
Link string - The link to the next page of items
- value
List<Fault
Simulation Response> - The FaultSimulation items on this page
- next
Link String - The link to the next page of items
- value
Fault
Simulation Response[] - The FaultSimulation items on this page
- next
Link string - The link to the next page of items
- value
Sequence[Fault
Simulation Response] - The FaultSimulation items on this page
- next_
link str - The link to the next page of items
- value List<Property Map>
- The FaultSimulation items on this page
- next
Link String - The link to the next page of items
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.
FaultSimulationResponse
- Details
Pulumi.
Azure Native. Service Fabric. Inputs. 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
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
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi