Infoblox::DNS::Member::SoaSerial - a per-master SOA serial information.


NAME

Infoblox::DNS::Member::SoaSerial - a per-master SOA serial information.


DESCRIPTION

The object contains a per-master SOA serial information.


CONSTRUCTOR

The object cannot be created because all object attributes are read-only.


SESSION METHODS

The object doesn't support any session methods.


METHODS

This section describes all the methods that you can use to configure and retrieve the attribute values of the object.

grid_member( )

Use this method to retrieve the primary server name for the zone. This is a read-only attribute.

Parameter

None.

Returns

The method returns the attribute value.

Example
 # Get the attribute value
 my $attr = $soa_serial->grid_member();

serial( )

Use this method to retrieve the SOA serial number. This is a read-only attribute.

Parameter

None.

Returns

The method returns the attribute value.

Example
 # Get the attribute value
 my $attr = $soa_serial->serial();

ms_server

Use this method to retrieve the IPv4 address or FQDN of the Microsoft (r) Server for the zone. This is a read-only attribute.

Parameter

None.

Returns

The method returns the attribute value.

Example
 # Get the attribute value
 my $attr = $soa_serial->ms_server();


AUTHOR

Infoblox Inc. http://www.infoblox.com/


SEE ALSO

Infoblox::DNS::Zone


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.