com.pulumi.ns1.inputs.RecordAnswerArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ns1 Show documentation
Show all versions of ns1 Show documentation
A Pulumi package for creating and managing ns1 cloud resources.
// *** 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.ns1.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class RecordAnswerArgs extends com.pulumi.resources.ResourceArgs {
public static final RecordAnswerArgs Empty = new RecordAnswerArgs();
/**
* Space delimited string of RDATA fields dependent on the record type.
*
* A:
*
* answer = "1.2.3.4"
*
* CNAME:
*
* answer = "www.example.com"
*
* MX:
*
* answer = "5 mail.example.com"
*
* SRV:
*
* answer = "10 0 2380 node-1.example.com"
*
* SPF:
*
* answer = "v=DKIM1; k=rsa; p=XXXXXXXX"
*
*/
@Import(name="answer")
private @Nullable Output answer;
/**
* @return Space delimited string of RDATA fields dependent on the record type.
*
* A:
*
* answer = "1.2.3.4"
*
* CNAME:
*
* answer = "www.example.com"
*
* MX:
*
* answer = "5 mail.example.com"
*
* SRV:
*
* answer = "10 0 2380 node-1.example.com"
*
* SPF:
*
* answer = "v=DKIM1; k=rsa; p=XXXXXXXX"
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy