All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.softlayer.api.service.dns.domain.reverse.Version6 Maven / Gradle / Ivy

There is a newer version: 0.3.4
Show newest version
package com.softlayer.api.service.dns.domain.reverse;

import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.dns.domain.Reverse;

/**
 * The SoftLayer_Dns_Domain_Reverse_Version6 data type represents a reverse IPv6 address record. 
 *
 * @see SoftLayer_Dns_Domain_Reverse_Version6
 */
@ApiType("SoftLayer_Dns_Domain_Reverse_Version6")
public class Version6 extends Reverse {

    public static class Mask extends com.softlayer.api.service.dns.domain.Reverse.Mask {

    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy