
com.pulumi.azurenative.machinelearningservices.inputs.HDInsightPropertiesArgs 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.machinelearningservices.inputs;
import com.pulumi.azurenative.machinelearningservices.inputs.VirtualMachineSshCredentialsArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.Integer;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* HDInsight compute properties
*
*/
public final class HDInsightPropertiesArgs extends com.pulumi.resources.ResourceArgs {
public static final HDInsightPropertiesArgs Empty = new HDInsightPropertiesArgs();
/**
* Public IP address of the master node of the cluster.
*
*/
@Import(name="address")
private @Nullable Output address;
/**
* @return Public IP address of the master node of the cluster.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy