Class AddRecoveryServicesProviderInputPropertiesArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.azurenative.recoveryservices.inputs.AddRecoveryServicesProviderInputPropertiesArgs
-
public final class AddRecoveryServicesProviderInputPropertiesArgs extends com.pulumi.resources.ResourceArgs
The properties of an add provider request.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AddRecoveryServicesProviderInputPropertiesArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static AddRecoveryServicesProviderInputPropertiesArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.pulumi.core.Output<IdentityProviderInputArgs>
authenticationIdentityInput()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
biosId()
static AddRecoveryServicesProviderInputPropertiesArgs.Builder
builder()
static AddRecoveryServicesProviderInputPropertiesArgs.Builder
builder(AddRecoveryServicesProviderInputPropertiesArgs defaults)
java.util.Optional<com.pulumi.core.Output<IdentityProviderInputArgs>>
dataPlaneAuthenticationIdentityInput()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
machineId()
com.pulumi.core.Output<java.lang.String>
machineName()
com.pulumi.core.Output<IdentityProviderInputArgs>
resourceAccessIdentityInput()
-
-
-
Field Detail
-
Empty
public static final AddRecoveryServicesProviderInputPropertiesArgs Empty
-
-
Method Detail
-
authenticationIdentityInput
public com.pulumi.core.Output<IdentityProviderInputArgs> authenticationIdentityInput()
- Returns:
- The identity provider input for DRA authentication.
-
biosId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> biosId()
- Returns:
- The Bios Id of the machine.
-
dataPlaneAuthenticationIdentityInput
public java.util.Optional<com.pulumi.core.Output<IdentityProviderInputArgs>> dataPlaneAuthenticationIdentityInput()
- Returns:
- The identity provider input for data plane authentication.
-
machineId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> machineId()
- Returns:
- The Id of the machine where the provider is getting added.
-
machineName
public com.pulumi.core.Output<java.lang.String> machineName()
- Returns:
- The name of the machine where the provider is getting added.
-
resourceAccessIdentityInput
public com.pulumi.core.Output<IdentityProviderInputArgs> resourceAccessIdentityInput()
- Returns:
- The identity provider input for resource access.
-
builder
public static AddRecoveryServicesProviderInputPropertiesArgs.Builder builder()
-
builder
public static AddRecoveryServicesProviderInputPropertiesArgs.Builder builder(AddRecoveryServicesProviderInputPropertiesArgs defaults)
-
-