Name | Type | Description | Notes |
---|---|---|---|
ConnectionServers | Pointer to []ADDomainMonitorConnectionServerV2 | Information about the AD Domain connections from each of the connection servers. | [optional] |
DnsName | Pointer to string | The DNS name for the domain. | [optional] |
DomainType | Pointer to string | AD Domain Type. * CONNECTION_SERVER_DOMAIN: The domain having trust with connection server domain. * NO_TRUST_DOMAIN: The domain not having any trust with connection server domain. | [optional] |
NetbiosName | Pointer to string | The NetBIOS name for the domain. | [optional] |
Nt4Domain | Pointer to bool | If this is an NT4 domain or not. | [optional] |
ServiceAccounts | Pointer to []ServiceAccount | Service accounts for the domain. | [optional] |
func NewADDomainMonitorInfoV3() *ADDomainMonitorInfoV3
NewADDomainMonitorInfoV3 instantiates a new ADDomainMonitorInfoV3 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewADDomainMonitorInfoV3WithDefaults() *ADDomainMonitorInfoV3
NewADDomainMonitorInfoV3WithDefaults instantiates a new ADDomainMonitorInfoV3 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ADDomainMonitorInfoV3) GetConnectionServers() []ADDomainMonitorConnectionServerV2
GetConnectionServers returns the ConnectionServers field if non-nil, zero value otherwise.
func (o *ADDomainMonitorInfoV3) GetConnectionServersOk() (*[]ADDomainMonitorConnectionServerV2, bool)
GetConnectionServersOk returns a tuple with the ConnectionServers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ADDomainMonitorInfoV3) SetConnectionServers(v []ADDomainMonitorConnectionServerV2)
SetConnectionServers sets ConnectionServers field to given value.
func (o *ADDomainMonitorInfoV3) HasConnectionServers() bool
HasConnectionServers returns a boolean if a field has been set.
func (o *ADDomainMonitorInfoV3) GetDnsName() string
GetDnsName returns the DnsName field if non-nil, zero value otherwise.
func (o *ADDomainMonitorInfoV3) GetDnsNameOk() (*string, bool)
GetDnsNameOk returns a tuple with the DnsName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ADDomainMonitorInfoV3) SetDnsName(v string)
SetDnsName sets DnsName field to given value.
func (o *ADDomainMonitorInfoV3) HasDnsName() bool
HasDnsName returns a boolean if a field has been set.
func (o *ADDomainMonitorInfoV3) GetDomainType() string
GetDomainType returns the DomainType field if non-nil, zero value otherwise.
func (o *ADDomainMonitorInfoV3) GetDomainTypeOk() (*string, bool)
GetDomainTypeOk returns a tuple with the DomainType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ADDomainMonitorInfoV3) SetDomainType(v string)
SetDomainType sets DomainType field to given value.
func (o *ADDomainMonitorInfoV3) HasDomainType() bool
HasDomainType returns a boolean if a field has been set.
func (o *ADDomainMonitorInfoV3) GetNetbiosName() string
GetNetbiosName returns the NetbiosName field if non-nil, zero value otherwise.
func (o *ADDomainMonitorInfoV3) GetNetbiosNameOk() (*string, bool)
GetNetbiosNameOk returns a tuple with the NetbiosName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ADDomainMonitorInfoV3) SetNetbiosName(v string)
SetNetbiosName sets NetbiosName field to given value.
func (o *ADDomainMonitorInfoV3) HasNetbiosName() bool
HasNetbiosName returns a boolean if a field has been set.
func (o *ADDomainMonitorInfoV3) GetNt4Domain() bool
GetNt4Domain returns the Nt4Domain field if non-nil, zero value otherwise.
func (o *ADDomainMonitorInfoV3) GetNt4DomainOk() (*bool, bool)
GetNt4DomainOk returns a tuple with the Nt4Domain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ADDomainMonitorInfoV3) SetNt4Domain(v bool)
SetNt4Domain sets Nt4Domain field to given value.
func (o *ADDomainMonitorInfoV3) HasNt4Domain() bool
HasNt4Domain returns a boolean if a field has been set.
func (o *ADDomainMonitorInfoV3) GetServiceAccounts() []ServiceAccount
GetServiceAccounts returns the ServiceAccounts field if non-nil, zero value otherwise.
func (o *ADDomainMonitorInfoV3) GetServiceAccountsOk() (*[]ServiceAccount, bool)
GetServiceAccountsOk returns a tuple with the ServiceAccounts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ADDomainMonitorInfoV3) SetServiceAccounts(v []ServiceAccount)
SetServiceAccounts sets ServiceAccounts field to given value.
func (o *ADDomainMonitorInfoV3) HasServiceAccounts() bool
HasServiceAccounts returns a boolean if a field has been set.