VMware vSphere Automation SDK Perl
The VMware vSphere Automation SDK for Perl supports the client-side vSphere Automation API for access to vSphere services and capabilities
 All Classes Files Functions
Classes | List of all members
Com::Vmware::Appliance::Networking::Dns::Hostname Class Reference
Inheritance diagram for Com::Vmware::Appliance::Networking::Dns::Hostname:
Com::Vmware::Vapi::Bindings::VapiInterface

Classes

class  Message
 
class  MessageStatus
 
class  TestStatus
 
class  TestStatusInfo
 

Avaliable Methods

public method test ()
 
public method get ()
 
public method new ()
 
public method set ()
 

Detailed Description

Com::Vmware::Appliance::Networking::Dns::Hostname interface provides methods* Performs operations on Fully Qualified Doman Name.

Member Function Documentation

public method Com::Vmware::Appliance::Networking::Dns::Hostname::get ( )

Get the Fully Qualified Doman Name.

Return values
FQDN.The return type will be String
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Networking::Dns::Hostname::new ( )

Constructor to initialize the object

Parameters
api_provider- protocol connection to use with stubs created by this factory
StubConfig- Stub's additional configuration
Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Appliance::Networking::Dns::Hostname::set ( )

Set the Fully Qualified Domain Name.

Parameters
name[REQUIRED] FQDN. . The value must be String.
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Networking::Dns::Hostname::test ( )

Test the Fully Qualified Domain Name.

Parameters
name[REQUIRED] FQDN. . The value must be String.
Return values
FQDNstatus The return type will be Com::Vmware::Appliance::Networking::Dns::Hostname::TestStatusInfo
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view

The documentation for this class was generated from the following file: