Class GetTargetResult
- java.lang.Object
-
- com.pulumi.azurenative.chaos.outputs.GetTargetResult
-
public final class GetTargetResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetTargetResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetTargetResult.Builder
builder()
static GetTargetResult.Builder
builder(GetTargetResult defaults)
java.lang.String
id()
java.util.Optional<java.lang.String>
location()
java.lang.String
name()
java.lang.Object
properties()
SystemDataResponse
systemData()
java.lang.String
type()
-
-
-
Method Detail
-
id
public java.lang.String id()
- Returns:
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
-
location
public java.util.Optional<java.lang.String> location()
- Returns:
- Location of the target resource.
-
name
public java.lang.String name()
- Returns:
- The name of the resource
-
properties
public java.lang.Object properties()
- Returns:
- The properties of the target resource.
-
systemData
public SystemDataResponse systemData()
- Returns:
- The system metadata of the target resource.
-
type
public java.lang.String type()
- Returns:
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
-
builder
public static GetTargetResult.Builder builder()
-
builder
public static GetTargetResult.Builder builder(GetTargetResult defaults)
-
-