com.pulumi.azure.siterecovery.inputs.VmwareReplicatedVmNetworkInterfaceArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azure.siterecovery.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Boolean;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class VmwareReplicatedVmNetworkInterfaceArgs extends com.pulumi.resources.ResourceArgs {
public static final VmwareReplicatedVmNetworkInterfaceArgs Empty = new VmwareReplicatedVmNetworkInterfaceArgs();
/**
* Whether this `network_interface` is primary for the replicated VM.
*
*/
@Import(name="isPrimary", required=true)
private Output isPrimary;
/**
* @return Whether this `network_interface` is primary for the replicated VM.
*
*/
public Output isPrimary() {
return this.isPrimary;
}
/**
* Mac address of the network interface of source VM.
*
*/
@Import(name="sourceMacAddress", required=true)
private Output sourceMacAddress;
/**
* @return Mac address of the network interface of source VM.
*
*/
public Output sourceMacAddress() {
return this.sourceMacAddress;
}
/**
* Static IP to assign when a failover is done.
*
*/
@Import(name="targetStaticIp")
private @Nullable Output targetStaticIp;
/**
* @return Static IP to assign when a failover is done.
*
*/
public Optional