
com.pulumi.azurenative.recoveryservices.outputs.NetworkMappingPropertiesResponse 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.azurenative.recoveryservices.outputs;
import com.pulumi.azurenative.recoveryservices.outputs.AzureToAzureNetworkMappingSettingsResponse;
import com.pulumi.azurenative.recoveryservices.outputs.VmmToAzureNetworkMappingSettingsResponse;
import com.pulumi.azurenative.recoveryservices.outputs.VmmToVmmNetworkMappingSettingsResponse;
import com.pulumi.core.annotations.CustomType;
import java.lang.Object;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
@CustomType
public final class NetworkMappingPropertiesResponse {
/**
* @return The fabric specific settings.
*
*/
private @Nullable Object fabricSpecificSettings;
/**
* @return The primary fabric friendly name.
*
*/
private @Nullable String primaryFabricFriendlyName;
/**
* @return The primary network friendly name.
*
*/
private @Nullable String primaryNetworkFriendlyName;
/**
* @return The primary network id for network mapping.
*
*/
private @Nullable String primaryNetworkId;
/**
* @return The recovery fabric ARM id.
*
*/
private @Nullable String recoveryFabricArmId;
/**
* @return The recovery fabric friendly name.
*
*/
private @Nullable String recoveryFabricFriendlyName;
/**
* @return The recovery network friendly name.
*
*/
private @Nullable String recoveryNetworkFriendlyName;
/**
* @return The recovery network id for network mapping.
*
*/
private @Nullable String recoveryNetworkId;
/**
* @return The pairing state for network mapping.
*
*/
private @Nullable String state;
private NetworkMappingPropertiesResponse() {}
/**
* @return The fabric specific settings.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy