public static class DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
content
The content of the file.
|
String |
contentType
The content type of the file.
|
String |
creationTime
The time when the file sending task was created.
|
String |
description
The description.
|
String |
fileGroup
The user group of the file.
|
String |
fileMode
The permissions on the file.
|
String |
fileOwner
The owner of the file.
|
String |
invocationStatus
The overall sending state of the file.
|
String |
invokeId
The ID of the file sending task.
|
DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstances |
invokeInstances
Details about the destination instances.
|
String |
name
The name of the file.
|
String |
overwrite
Indicates whether a file in the destination directory is overwritten if the file has the same name as the sent file.
|
DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationTags |
tags |
String |
targetDir
The destination directory.
|
Integer |
vmCount
The number of instances to which the file was sent.
|
构造器和说明 |
---|
DescribeSendFileResultsResponseBodyInvocationsInvocation() |
@NameInMap(value="Content") public String content
The content of the file.
@NameInMap(value="ContentType") public String contentType
The content type of the file. Valid values:
* PlainText: The file content is not encoded.
* Base64: The file content is Base64-encoded.
@NameInMap(value="CreationTime") public String creationTime
The time when the file sending task was created.
@NameInMap(value="Description") public String description
The description.
@NameInMap(value="FileGroup") public String fileGroup
The user group of the file.
@NameInMap(value="FileMode") public String fileMode
The permissions on the file.
@NameInMap(value="FileOwner") public String fileOwner
The owner of the file.
@NameInMap(value="InvocationStatus") public String invocationStatus
The overall sending state of the file. The overall sending state of the file depends on its sending state on all the destination instances. Valid values:
* Pending: The file is being verified or sent. If the sending state of the file on at least one instance is Pending, the overall sending state of the file is Pending.
* Running: The file creation task is running on the instances. If the sending state of the file on at least one instance is Running, the overall sending state of the file is Running.
* Success: If the sending state of the file on all the instances is Success, the overall sending state of the file is Success.
* Failed: If the sending state of the file on all the instances is Failed, the overall sending state of the file is Failed. If the sending state of the file on one or more instances is one of the following values, the overall sending state of the file is Failed:
* Invalid: The file is invalid.
* Aborted: The file failed to be sent.
* Failed: The file failed to be created.
* Timeout: The file sending task timed out.
* Error: An error occurred while the file is being sent.
* PartialFailed: The file was sent to some of the specified instances and failed to be sent to the others. The overall sending state of the file is PartialFailed only when its sending state is Success on some instances and is Failed on the others.
@NameInMap(value="InvokeId") public String invokeId
The ID of the file sending task.
@NameInMap(value="InvokeInstances") public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstances invokeInstances
Details about the destination instances.
@NameInMap(value="Name") public String name
The name of the file.
@NameInMap(value="Overwrite") public String overwrite
Indicates whether a file in the destination directory is overwritten if the file has the same name as the sent file.
@NameInMap(value="Tags") public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationTags tags
@NameInMap(value="TargetDir") public String targetDir
The destination directory.
@NameInMap(value="VmCount") public Integer vmCount
The number of instances to which the file was sent.
public DescribeSendFileResultsResponseBodyInvocationsInvocation()
public static DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation build(Map<String,?> map) throws Exception
Exception
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setContent(String content)
public String getContent()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setContentType(String contentType)
public String getContentType()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setCreationTime(String creationTime)
public String getCreationTime()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setDescription(String description)
public String getDescription()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setFileGroup(String fileGroup)
public String getFileGroup()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setFileMode(String fileMode)
public String getFileMode()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setFileOwner(String fileOwner)
public String getFileOwner()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setInvocationStatus(String invocationStatus)
public String getInvocationStatus()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setInvokeId(String invokeId)
public String getInvokeId()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setInvokeInstances(DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstances invokeInstances)
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstances getInvokeInstances()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setName(String name)
public String getName()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setOverwrite(String overwrite)
public String getOverwrite()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setTags(DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationTags tags)
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationTags getTags()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setTargetDir(String targetDir)
public String getTargetDir()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setVmCount(Integer vmCount)
public Integer getVmCount()
Copyright © 2023. All rights reserved.