Show / Hide Table of Contents

    Class VirtualizationSettings

    Represents virtualization profile settings.

    Inheritance
    Object
    VirtualizationSettings
    Implements
    IEquatable<VirtualizationSettings>
    IValidator
    Inherited Members
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class VirtualizationSettings : IEquatable<VirtualizationSettings>, IValidator

    Constructors

    VirtualizationSettings()

    Declaration
    public VirtualizationSettings()

    Properties

    Activate

    Gets or sets the flag that indicates whether the new virtual service should be activated if possible.

    Declaration
    public bool Activate { get; set; }
    Property Value
    Type Description
    Boolean

    Addresses

    Gets collection of the default endpoints.

    Declaration
    public Collection<DefaultNodeAddress> Addresses { get; }
    Property Value
    Type Description
    Collection<DefaultNodeAddress>

    BehaviorId

    Gets or sets the service behavior identifier the new virtual service will use.

    Declaration
    public int? BehaviorId { get; set; }
    Property Value
    Type Description
    Nullable<Int32>

    BehaviorName

    Gets or sets the service behavior name the new virtual service will use.

    Declaration
    public string BehaviorName { get; set; }
    Property Value
    Type Description
    String

    ErrorMessage

    When implemented, gets the message indicating the errors found during validation process.

    Declaration
    public string ErrorMessage { get; }
    Property Value
    Type Description
    String
    Remarks

    This property should be checked only if Validate() method returns False. If Validate() method returns True, this property should return Null.

    ExtensionData

    Declaration
    public ExtensionDataObject ExtensionData { get; set; }
    Property Value
    Type Description
    ExtensionDataObject

    MessageProcessing

    Gets or sets the message processing pipeline configuration.

    Declaration
    public MessagePipeline MessageProcessing { get; set; }
    Property Value
    Type Description
    MessagePipeline

    MonitoringProfile

    Gets or sets the monitoring profile. The default value is None.

    Declaration
    public MonitoringProfile MonitoringProfile { get; set; }
    Property Value
    Type Description
    MonitoringProfile

    Rules

    Gets collection of the default authorization rules.

    Declaration
    public Collection<DefaultAuthorizationRule> Rules { get; }
    Property Value
    Type Description
    Collection<DefaultAuthorizationRule>

    ServiceNamePrefix

    Gets or sets the service name prefix that will be used to create a new or lookup an existing virtual service.

    Declaration
    public string ServiceNamePrefix { get; set; }
    Property Value
    Type Description
    String

    ServiceNameSuffix

    Gets or sets the service name suffix that will be used to create a new or lookup an existing virtual service.

    Declaration
    public string ServiceNameSuffix { get; set; }
    Property Value
    Type Description
    String

    ServiceVersionSettings

    Gets service version advanced configuration settings. This property applies only to virtual services.

    Declaration
    public ServiceVersionSettings ServiceVersionSettings { get; }
    Property Value
    Type Description
    ServiceVersionSettings

    Methods

    Equals(VirtualizationSettings)

    Declaration
    public bool Equals(VirtualizationSettings other)
    Parameters
    Type Name Description
    VirtualizationSettings other
    Returns
    Type Description
    Boolean

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    Object.Equals(Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    Validate()

    When implemented, evaluates the state of the object.

    Declaration
    public bool Validate()
    Returns
    Type Description
    Boolean

    True if state is valid; otherwise, false.

    Implements

    System.IEquatable<T>
    IValidator
    Back to top Nevatech Sentinet 6.5 Online Documentation