Class VirtualEndpoint

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.VirtualEndpoint
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class VirtualEndpoint extends Entity implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • VirtualEndpoint

      public VirtualEndpoint()
      Instantiates a new VirtualEndpoint and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static VirtualEndpoint createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a VirtualEndpoint
    • getAuditEvents

      @Nullable public List<CloudPcAuditEvent> getAuditEvents()
      Gets the auditEvents property value. A collection of Cloud PC audit events.
      Returns:
      a List<CloudPcAuditEvent>
    • getCloudPCs

      @Nullable public List<CloudPC> getCloudPCs()
      Gets the cloudPCs property value. A collection of cloud-managed virtual desktops.
      Returns:
      a List<CloudPC>
    • getDeviceImages

      @Nullable public List<CloudPcDeviceImage> getDeviceImages()
      Gets the deviceImages property value. A collection of device image resources on Cloud PC.
      Returns:
      a List<CloudPcDeviceImage>
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getGalleryImages

      @Nullable public List<CloudPcGalleryImage> getGalleryImages()
      Gets the galleryImages property value. A collection of gallery image resources on Cloud PC.
      Returns:
      a List<CloudPcGalleryImage>
    • getOnPremisesConnections

      @Nullable public List<CloudPcOnPremisesConnection> getOnPremisesConnections()
      Gets the onPremisesConnections property value. A defined collection of Azure resource information that can be used to establish Azure network connections for Cloud PCs.
      Returns:
      a List<CloudPcOnPremisesConnection>
    • getProvisioningPolicies

      @Nullable public List<CloudPcProvisioningPolicy> getProvisioningPolicies()
      Gets the provisioningPolicies property value. A collection of Cloud PC provisioning policies.
      Returns:
      a List<CloudPcProvisioningPolicy>
    • getUserSettings

      @Nullable public List<CloudPcUserSetting> getUserSettings()
      Gets the userSettings property value. A collection of Cloud PC user settings.
      Returns:
      a List<CloudPcUserSetting>
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAuditEvents

      public void setAuditEvents(@Nullable List<CloudPcAuditEvent> value)
      Sets the auditEvents property value. A collection of Cloud PC audit events.
      Parameters:
      value - Value to set for the auditEvents property.
    • setCloudPCs

      public void setCloudPCs(@Nullable List<CloudPC> value)
      Sets the cloudPCs property value. A collection of cloud-managed virtual desktops.
      Parameters:
      value - Value to set for the cloudPCs property.
    • setDeviceImages

      public void setDeviceImages(@Nullable List<CloudPcDeviceImage> value)
      Sets the deviceImages property value. A collection of device image resources on Cloud PC.
      Parameters:
      value - Value to set for the deviceImages property.
    • setGalleryImages

      public void setGalleryImages(@Nullable List<CloudPcGalleryImage> value)
      Sets the galleryImages property value. A collection of gallery image resources on Cloud PC.
      Parameters:
      value - Value to set for the galleryImages property.
    • setOnPremisesConnections

      public void setOnPremisesConnections(@Nullable List<CloudPcOnPremisesConnection> value)
      Sets the onPremisesConnections property value. A defined collection of Azure resource information that can be used to establish Azure network connections for Cloud PCs.
      Parameters:
      value - Value to set for the onPremisesConnections property.
    • setProvisioningPolicies

      public void setProvisioningPolicies(@Nullable List<CloudPcProvisioningPolicy> value)
      Sets the provisioningPolicies property value. A collection of Cloud PC provisioning policies.
      Parameters:
      value - Value to set for the provisioningPolicies property.
    • setUserSettings

      public void setUserSettings(@Nullable List<CloudPcUserSetting> value)
      Sets the userSettings property value. A collection of Cloud PC user settings.
      Parameters:
      value - Value to set for the userSettings property.