Class DomainDnsSrvRecord

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DomainDnsSrvRecord extends DomainDnsRecord implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Domain Dns Srv Record.
  • Field Details

    • nameTarget

      @SerializedName(value="nameTarget", alternate="NameTarget") @Expose @Nullable public String nameTarget
      The Name Target. Value to use when configuring the Target property of the SRV record at the DNS host.
    • port

      @SerializedName(value="port", alternate="Port") @Expose @Nullable public Integer port
      The Port. Value to use when configuring the port property of the SRV record at the DNS host.
    • priority

      @SerializedName(value="priority", alternate="Priority") @Expose @Nullable public Integer priority
      The Priority. Value to use when configuring the priority property of the SRV record at the DNS host.
    • protocol

      @SerializedName(value="protocol", alternate="Protocol") @Expose @Nullable public String protocol
      The Protocol. Value to use when configuring the protocol property of the SRV record at the DNS host.
    • service

      @SerializedName(value="service", alternate="Service") @Expose @Nullable public String service
      The Service. Value to use when configuring the service property of the SRV record at the DNS host.
    • weight

      @SerializedName(value="weight", alternate="Weight") @Expose @Nullable public Integer weight
      The Weight. Value to use when configuring the weight property of the SRV record at the DNS host.
  • Constructor Details

    • DomainDnsSrvRecord

      public DomainDnsSrvRecord()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class DomainDnsRecord
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to